You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Tom Jordahl <to...@macromedia.com> on 2004/12/13 16:35:26 UTC

RE: Asynchronous web services call possible with Axis?

No, not with Axis at this time...

--
Tom Jordahl
Macromedia Server Development

> -----Original Message-----
> From: Luca Manganelli [mailto:manganelli@itc.it]
> Sent: Saturday, November 13, 2004 6:18 AM
> To: axis-dev@ws.apache.org
> Subject: Asynchronous web services call possible with Axis?
> 
> Hi, it's possible to make an asynchronous web service call by SOAP over
> HTTP (not JMS) with Axis 1.2?
> 
> i.e. the Web Services has an operation like this:
> 
>   void callMe (String name);
> 
> I don't want to wait the end of the callMe() execution...