[ http://issues.apache.org/jira/browse/AXIS2C-52?page=comments#action_12371189 ]
Sahan Gamage commented on AXIS2C-52: ------------------------------------ This can be done either modifying the axis2.xml (static) or by putting a parameter to msg_ctx. Modifying axis2.xml : In the transport sender (http) section add the following parameter <parameter name="CONNECTION_TIMEOUT" locked="false">timeout</parameter> Where "timeout" is the number of milliseconds. Adding parameter to msg_ctx: Add a parameter to msg_ctx named CONNECTION_TIMEOUT with the value of the required timeout in milliseconds as a string. Note that if both are present msg_ctx parameter will override the value set by axis2.xml > Enable setting client socket timeout from stub > ---------------------------------------------- > > Key: AXIS2C-52 > URL: http://issues.apache.org/jira/browse/AXIS2C-52 > Project: Axis2-C > Type: Improvement > Components: core/clientapi, core/transport > Versions: M0.3 > Reporter: Samisa Abeysinghe > > We should be able to set soket timeout on client from stub level -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
