Fire off a new thread with the axis call:
new Thread() {
public void run() {
// do axis call here
}
}.start();
whatever code you put the run method will be executed in the background.
Daniel.
> -----Original Message-----
> From: Ivan Aguirre [mailto:[EMAIL PROTECTED]
> Sent: 31 August 2004 14:20
> To: [EMAIL PROTECTED]
> Subject: Non Blocking Calls ???
>
>
> Hello !!!
>
> Is it possible to have a non blocking call to an WS when using Axis ??
>
> I mean, when I do a call a client must wait for a server response.
>
> I would like just to send a package to server but I don't want to wait
> for a response......
>
> Thankx all.....
>
>
> ******************
> Ivan de Aguirre
> Java Developer
> Brazil
> *******************
>