I have a question about the async. Invocation of the web service
interfaces with Axis2.

My understanding from the existing documentation
(http://today.java.net/pub/a/today/2006/12/13/invoking-web-services-usin
g-apache-axis2.html),
Axis2 definition of the async. invocation refers to the pattern where :

- calls to axis2 client immediately returns to the caller application
(async.), however invocation between
the client and server still becomes sync.

What I want to achieve is that the calls to server immediately returns
to client as well. And then
the server sends another message to the client where the client has a
listener for, when the task on the server
side completed. 

Can you give me some pointers to achieving this in a pluggable manner
using Axis2 client and server components ?
What is the right way of doing it ? 

Thanks,

Gul

Reply via email to