What do you like to do?

A Webservice Request is like an Method-Call -> so a response is like a Return value.

More serverresponse is like asynchron Communication ( like subscribe and  listen ).
Asynchron Communication is as far as i know not valid with webservices at this moment, but you can do this in 2 ways.
1. use JMS
2. your client provides allso a webservice and the server call it via JAXRPC and sends the messages at this way.

br
Harry

Am Mo, den 22.03.2004 schrieb Gareth Western um 10:49:
Hi,
How can I write an axis client capable of handling multiple server 
response messages from a single request? Is it even possible at this 
point? Thanks,
Gareth

Reply via email to