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]
