RE: Asynchronous Web Service call possible in Axis?

2004-12-03 Thread Patrick Martin
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

Asynchronous Web Service call possible in Axis?

2004-12-03 Thread Luca Manganelli
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)?

Asynchronous Web Service

2004-03-29 Thread noelamannion
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

Asynchronous Web Service

2004-03-29 Thread noelamannion
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