aspose file tools
The moose likes Web Services and the fly likes How to consume this asynchronous web service? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to consume this asynchronous web service?" Watch "How to consume this asynchronous web service?" New topic
Author

How to consume this asynchronous web service?

W Pacharoen
Greenhorn

Joined: Feb 25, 2010
Posts: 1
I want to invoke the asynchronous web service that is implemented by BPEL as following:

This is the WSDL of this service.


This is the BPEL of this service. (If you want to implement, if not you can skip the following code.)


To note that, both request and response of this service are one way operation.
How do I write a Java web service (by e.g. JAX-WS, JAXB, etc.) to invoke this kind of asynchronous call back operation ("AsynchronousServiceCallBack" operation)?

Thank you in advance.

Regards,

W. Pacharoen
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to consume this asynchronous web service?
 
Similar Threads
http post with bpel
Apache ODE Webservices
invoke remote webservice APACHE ODE
Input as text and output as xml
Error In Asynchronous BPEL Process