What you want are non blocking calls.
No. Currently Axis will block until response has arrived. It does however
suppose async messaging, as in you do not have to complete an RPC session.
You can submit a separate request to the server asking for your response, or
server can push response when its ready to you, etc...

> -----Original Message-----
> From: Jeffrey Hau [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 18, 2002 1:57 AM
> To: axis-user
> Subject: Does axis support asychronous messaging?
> 
> 
> Hi,
> is it possible for a client to invoke a service, go do something else 
> and get the response from the service at an later stage? for 
> example if 
> i have a service that's waiting for a resource, is it 
> possible for me to 
> call the service first and check later if has got the resource and 
> meanwhile do something else(call other serivces)?
> any help will be greatly appreciated,
> 
> Jeff 
> 

Reply via email to