Search: 2009

Results 1 - 10 of 52

Search results

Problem using a WSDL file

I'm a trying to define a process which use a WSDL
I've copied a sample one in an accessible place
http://paam-itengine.appspot.com/Text.wsdl

This WSDL is well used by a BPEL process in ODE and seems to be correct in the XMethods analyser.

Following the Web Service Tutorial, I'm in the 4.6 step. But when I try to drag a 'program' -here 'SOAP_translate'- in my process, nothing happens.

Any idea?

Problem with calling web process

Hello I try to use one of web service(web service only add two numbers and return the result), which JOpera have deployed on http://localhost:8080/wsdl
I call it from Java but I have exception: "Execution failed. Exception: (400)HTTP+method+POST+is+not+supported+by+this+URL"

My Java code to call the web service look like this:

try {
String endpoint = "http://localhost:8080/wsdl?process={ws.localhost.axis.AddFunction.jws}Scitacka[1.0]";
Service service = new Service();
Call call = (Call) service.createCall();

Problem with web service

I try to use simple web service but when i try to run a proccess with web service i have this exception:

SEVERE: Method Parameter: return cannot be null. This is BP 1.1 R2211 violation.
javax.xml.ws.WebServiceException: Method Parameter: return cannot be null. This is BP 1.1 R2211 violation.

I use web service with this wsdl:

http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.6 in JDK 6.
-->

http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.6 in JDK 6.
-->

Deploying services built with JOpera

Hello

I'm developing services with JOpera, which seems to me to be a very powerful approach about services composition.

But, I doesn't understand clearly how I can deploy web services based on JOpera.
I'm developing services under Windows and have web server under Linux; can I deploy a JOpera engine on my APache/Tomcat under Eclipse?

Jean-Claude Moissinac

How do I start a process on Window

Dear All

How do I start a process on Window
i can't run eclipse always to use the WSDL file
please help me

Thanks
Err
errkum@hotmail.com

REST API (DELETE, JSON)

REST API (DELETE, JSON)

Respond to any REST verb using the REST adapter (including DELETE). Test your processes using CURL and integrate them easily from JavaScript clients thanks to their JSON representation.

Parameters Type

Hello

I'm very interested by your project.
I've not investigated all the documents in details, but I've not identified a piece of information: types available for the parameters.
I plan to test a process which calls a REST service which takes the URL of an image, a width and returns a transformed image with the specified width.
(http://paam-itengine.appspot.com/imagetransform?w=500&url=www.pyrenees-t...)

Can we manage an image as result of a step in a JOpera workflow?

Thank's for your tool

Jean-Claude Moissinac
Associate Professor

Process Execution Listener Plugin

This plugin shows how to write a listener that will log all task execution times during the execution of a process.

Why is the Web Loosely Coupled? A Multi-Faceted Metric for Service Design

Publication Type  Conference Paper
Year of Publication  2009
Authors  Pautasso, C.; Wilde, E.
Conference Name  Proc. of the 18th International World Wide Web Conference (WWW2009)
Series Title  WWW
Pagination  911-920
Month  April
Conference Location  Madrid, Spain
Key Words  REST; Loose Coupling. WS-* vs. REST
URL  Click Here
  

Could not open the editor: Invalid Input!

org.eclipse.ui.PartInitException: Invalid Input!
at ch.ethz.jopera.ui.editor.Editor.init(Editor.java:65)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:798)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:644)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)