How to set/specify http Connection timeout property/value to fail fast rather than waiting for long times?
(SoapStub))._setProperty("axis.connection.timeout", new
Integer(connTimeout));
(SoapStub).setTimeout(timeoutvalue)
The above two ways (setting on the axis stubs) will set a time out on the
Socket.
I want set it only on initial Connection establishment rather than read
timeouts. How can this be made with Axis 1.4 stubs....?
