| 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
|
 |
 |
|
|
subject: How to consume this asynchronous web service?
|
|
|