You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Jorge Mario <ma...@gmail.com> on 2010/01/21 14:57:46 UTC

Correct use of timeouts

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