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?
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();
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.
-->
−
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
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
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
This plugin shows how to write a listener that will log all task execution times during the execution of a process.
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 | |
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)