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

Reply via email to