You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Luca Manganelli <ma...@itc.it> on 2004/12/03 13:07:22 UTC

Asynchronous Web Service call possible in Axis?

Hi, I want to make an asynchronous web service call in Axis.

In particular, can call.invoke(...) return an object that will be filled 
in the future with the webservice's response?
There's a way to do call.invoke() and do other computation (without the 
use of Threads in my source)?