Use this JOpera service invocation plugin as a starting point to develop your own adapters for calling your favourite kind of service from a JOpera process.
Dear JOpera Team,
How are you? I hope you are fine.
I am trying to run the demo
http://www.jopera.org/download/demos/adapter
I have fixed the new extensions to match what mentioned about (Breaking API changes) in
http://www.jopera.org/version/2.6.0
However, when start the testing example OML, it doesn't give any response. The process in gray color. (UNDEFINED State)
What is the problem?
Please, fix the attached adapter to be runnable on version 2.6.0 or give me instructions to come with it running.
Publication Type | Conference Paper | |
Year of Publication | 2008 | |
Authors | Pautasso, C.; Zimmermann, O.; Leymann, F. | |
Conference Name | 17th International World Wide Web Conference (WWW2008) | |
Series Title | WWW | |
Pagination | 805-814 | |
Month | April 2008 | |
Conference Location | Beijing, China | |
Key Words | Architectural Decision Modeling; HTTP; REST; Resource Oriented Architecture; Service Oriented Architecture; SOAP; Technology Comparison; Web Services; WSDL; WS-* vs. REST | |
URL | Click Here | |
DOI | http://doi.acm.org/10.1145/1367497.1367606 | |
Hello.
I'm using JOpera for Eclipse to create a RESTful Web Services composition.
When I try POST for any resource, the process return me the message
"IOException: Server returned HTTP response code: 500 for URL:
http://localhost:8080/project/hospedagem/". So, I can't POST to the RESTful
Web Service.
What may be happening? Please give me some tips for I solve this problem.
Thank you for all!!!
Regards,
Rodrigo Pupe
Dear JOpera Team
I have html form and I need to do the following:
1) Call JOpera process by parameters gotten from input fields after pressing submit
2) Display output parameters from another process at the same html page
Is it possible in JOpera?
Best Regards
Mahmoud
Can JOpera be useful for composing JME projects? if yes how? if no then can it be modified to allow orchestrating services written in JME?
Watch it on youtube http://www.youtube.com/v/Ix2-JnFuup0
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();
Dear Sir,
After I have installed JOpera, I tried to run the DoodleMap mashup example from the Monitor Perspective. It failed in the process of CountParticipants giving me the following
XPath Expression Error
Thanks in advance for any help you provide
Best Regards
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?