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)?