Hi,
Have you investigated this aynchronous operation mode of an axis2 web service (non blocking API)?
http://ws.apache.org/axis2/1_0/userguide3.html#EchoNonBlockingClient
Have you investigated this aynchronous operation mode of an axis2 web service (non blocking API)?
http://ws.apache.org/axis2/1_0/userguide3.html#EchoNonBlockingClient
----- Original Message ----
From: aliban <[EMAIL PROTECTED]>
To: [email protected]
Sent: Friday, July 7, 2006 11:34:36 AM
Subject: stop axis query
From: aliban <[EMAIL PROTECTED]>
To: [email protected]
Sent: Friday, July 7, 2006 11:34:36 AM
Subject: stop axis query
Hello there,
I am using axis 1.4 to write a client for a remote webservice to query
data from a database. The database search on the remote machine
sometimes needs a long time to complete. Is it possible to 'abort' the
axis webservice query at client site?
For this reason I tried to put the query in a java thread. However it is
not possible to 'interrupt' the thread as the axis webservice query is a
blocking function call. How can I stop this blocking axis function call?
Can I at least set a timeout?
Regads.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I am using axis 1.4 to write a client for a remote webservice to query
data from a database. The database search on the remote machine
sometimes needs a long time to complete. Is it possible to 'abort' the
axis webservice query at client site?
For this reason I tried to put the query in a java thread. However it is
not possible to 'interrupt' the thread as the axis webservice query is a
blocking function call. How can I stop this blocking axis function call?
Can I at least set a timeout?
Regads.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
