Hi all, We have a requirement where we need to decouple the http request and reponse for webservices on the server side. We are using axis2 framework.
Suppose I have written my own MessageReceiver for my webservice in axis2.Now when an end user sends soap request for webservice , obviously it will hit my MessageReceiver.Once it reaches the MessageReceiver, I need to store the request in some map and release the http thread (as the request processing is done somewhere else). once the request processing is done , one of the http thread would be picked up and resume MessageReceiver the same point and send the http response back to the user. Is there a way to acheive this in Axis2? Thanks, Namrata -- View this message in context: http://old.nabble.com/Making-WebServices-call-asynchronous-on-the-server-side-with-axis2-tp32231744p32231744.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org