Hi,

 

Can anyone let me know the difference between the below 3 timeouts
(Axis2 1.3).

 

1)
stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(timeoutIn
MilliSeconds);

2)
stub._getServiceClient().getOptions().setProperty(org.apache.axis2.trans
port.http.HttpConstants.SO_TIMEOUT, timeoutInMilliSeconds);

3)
stub._getServiceClient().getOptions().setProperty(org.apache.axis2.trans
port.http.HttpConstants.CONNECTION_TIMEOUT, timeoutInMilliSeconds);

 

Thanks

Raghu

Reply via email to