I am trying to configure the default socket timeout configuration from 30000 milliseconds to 60000 milliseconds for my Axis2 client, following the documentation (http://ws.apache.org/axis2/1_2/http-transport.html). However, this configuration doesn't take effect. My client still receives AxisFault Read timed out error.
My client is using Axis2 1.2 from inside Weblogic server 8.1 SP5 using Java 1.4.2_08. My web service is hosted in Axis2 1.2 in Tomcat 5.5.17 using Java 1.5.0_06. I have also tried to use options.setProperties, but it doesn't work either. Has anyone successfully modified the socket timeout value in Axis2? Regards, Xinjun
