I'm interested in this too:

In org.apache.axis.client.async

There is a class AsyncCall and some supporting classes and interfaces.

There's a test in test.client :TestAsyncCall which seems to demonstrate
a couple of useful techniques.

Question: could anyone comment on usage of these classes?
For starters, callbacks are generally more desirable, but I imagine a
Swing based application would need to need to use
SwingUtilities.invokeLater to invoke callbacks in thread-safe manner.

Regards, Patrick


-----Original Message-----
From: Luca Manganelli [mailto:[EMAIL PROTECTED] 
Sent: 03 December 2004 12:07
To: [EMAIL PROTECTED]
Subject: 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)?

Reply via email to