Dear Xinjun,

First of all you have to import the packages below in the client code:

import org.apache.axis2.client.Options;
import org.apache.axis2.Constants;

After,

Options options = new Options();

options.setProperty(HTTPConstans.SO_TIMEOUT, new Integer(360000);  (timeout
of 5 minutes)


Try to do it.

Julio 
Sao Carlos - SP - Brazil

-- 
View this message in context: 
http://www.nabble.com/-Axis2--Unable-to-set-socket-timeout-tf4836105.html#a13848812
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to