If you are using ServiceClient, try calling org.apache.axis2.client.Options. <http://ws.apache.org/axis2/1_1/api/org/apache/axis2/client/Options.html#set TimeOutInMilliSeconds(long)> setTimeOutInMilliSeconds(.) on the Options you pass to it.
_____ From: Vibhor_Sharma [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 12:59 PM To: [email protected] Subject: How to increase the time out of the Axis2 client Importance: High Hi I have a web service created using Axis2 and now i try to perform the load test by sending approximately 40000 records in a single request. I observe that i get a Axis2 client time out error!! How can we set the time out parameter of the axis client? Thanks Vibhor
