Hi All! I have a WS client developed with Axis 1.4, I´ve configured the timeouts as follows:
stub.setTimeout(timeout); //90000 ms stub._setProperty(org.apache.axis.client.Call.CONNECTION_TIMEOUT_PROPERTY,new Integer(timeout)); //90000 ms But sometimes I´m seeing that the behaviour of the timeouts is not the desired: sometimes the WS server blocks the WS client more than 90000 ms. I have to configure another timeout? Thanks