Client Timeout

2003-04-04 Thread Alan Ong
In my java code:       Call oCall = new Call();       oResponse = oCall.invoke(url);   These rpcs usually last for 5 or more hours because it is doing some batch processing. But if the network connection is broken in the middle of the invocation, but the call will not return an exception, i

client timeout

2003-02-06 Thread Vincent G. Ladlad
hi .. does anyone know a way to check if the client still has a network connection to the server? assumption: soapclient calls method from soapserver. the procedure takes a significantly long time to finish (e.g. 1 hour). while the procedure goes on, the network goes down, such that after the

SOAP client timeout

2002-03-07 Thread neeraj . rai
Title: SOAP client timeout Hi, We are using SOAP client to access a web service. Our client works through VAJ on WIN 2000. The same code behaves unpredictably on unix. We tried runnig it through Websphere 3.5.3 and also as a stand alone java client. When we set timeout, it sometimes aborts