You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Appasamy Thirugnana <at...@sapient.com> on 2008/10/21 14:54:29 UTC

Axis2 Timeout Configuration | Urgent

Hi all,

I have written a WSclient using Axis2 and I forgot to set timeout using

stub._getServiceClient().getOptions().setTimeOutInMilliSeconds

Now I want timeout to be configured.
If I change the following property in axis2.xml will the client class pick that one or Axis2.xml is only for server side?

 <parameter name="CONNECTION_TIMEOUT" locked="false">some_int_value</parameter>

or

<parameter name="ConfigContextTimeoutInterval">30000</parameter>

Also tell which one to use.

Appasamy T