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?
Ther
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)?
Hi,
I am new to Web Services and want to implement a Web Service that can notify multiple
clients when certain events occur. The Client should be able to subscribe to the
events they are interested in.
Can anyone point me to any good documentation on how to do this ?
I have seen JMS being menti
Hi,
I am new to Web Services and want to implement a Web Service that can notify multiple
clients when certain events occur. The Client should be able to subscribe to the
events they are interested in.
Can anyone point me to any good documentation on how to do this ?
I have seen JMS being menti