Setting CONNECTION_TIMEOUT_PROPERTY ----------------------------------- Key: AXIS-2806 URL: https://issues.apache.org/jira/browse/AXIS-2806 Project: Axis Issue Type: Bug Affects Versions: 1.2.1 Environment: WINDOWS/LINUX Reporter: Manohar G
We need to set connection timeout property for axis client and we set in 2 different ways. It was not working in anyway. 1. stub._setProperty(org.apache.axis.client.Call.CONNECTION_TIMEOUT_PROPERTY, new Integer(30000); 2. Call call = stub._createCall(); call.setProperty(Call.CONNECTION_TIMEOUT_PROPERTY, new Integer(30000)); Any help is appreciated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.