hi,
Used the steps given in the URL http://ws.apache.org/axis2/1_4_1/adv-userguide.html to create a webservice client to do non blocking invocation.
Steps followed:
1. Created a asynchronous BPEL process.
2. Got the WSDL of the async BPEL process and added the WS-addressing information to the WSDL.
3. Ran WSDL2Java command (as shown below)
wsdl2java -uri asyncBPEL.wsdl -d xmlbeans -a

4. The Do a Non-Blocking Invocation section of the above mentioned document says as shown below
Non-Blocking Invocation:
The stubs also include a method that allows you to do a non-blocking innovation. For each method in the Service, there will be a method start<method-name>. These methods accept a callback object, which would be called when the response is received.

5. But i didn't get any such methods in the stub class.

Can any one please help me to get the callback from the asynchronous service in an axis client.

Thanks in advance,
JT

Reply via email to