what exception you are getting? can you share your log? yes you can configure timeout in the client side..like options.setTimeOutInMilliSeconds(600000);
On Wed, Sep 16, 2009 at 2:12 PM, Moley Harey <moleyha...@gmail.com> wrote: > Hi folks! > > I have implemented an Axis2 web service to retrieve some publication data > stored remotely in a web server. > I have done some tests and everything runs well but I have noticed that if > I do several consecutive calls to the web service I receive "Timeouts" > responses in the client side and I see that Axis exception in my log files. > > Is there any way to configure the timeout response in my web service? Or > that timeout should be configured in the Client-side? > > thank you, > > Mh >