I am sorry but this does not help.
I can not use axis2 as the webservices I am using are created for axis1
and I have no influence on them.
I need a way to stop a blocking call in axis1
Is there no way to command to make axis1 in example to close all
sockets/connections currently active?
How can I solve this problem?
Nicolas Urien wrote:
Hi,
Have you investigated this aynchronous operation mode of an axis2 web
service (non blocking API)?
#EchoNonBlockingClient
Message
From: aliban <aliban (AT) gmx (DOT) net>
To: axis-user (AT) ws (DOT) apache.org
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: axis-user-unsubscribe (AT) ws (DOT) apache.org
For additional commands, e-mail: axis-user-help (AT) ws (DOT) apache.org
--
To unsubscribe, e-mail: axis-user-unsubscribe (AT) ws (DOT) apache.org
For additional commands, e-mail: axis-user-help (AT) ws (DOT) apache.org