Setting Connection timeout (not Socket Read timeouts !!) with Axis 1.4?

2008-02-19 Thread Sri Rama Kanth N
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

Problems Using CommonsHTTPSender as http Handler for Axis Client [CRITICAL]

2008-02-17 Thread Sri Rama Kanth N
Hi, I have used Axis 1.4 as Web service Client for consuming some external web services. I have to use a proxy host(in our network) to connect to external services which is currently handled by setting it in the System Properties. Things were working fine with the defualt HttpSender which