stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(_ws.__EvipSvrService_timeout);
On Mon, Jul 19, 2010 at 8:15 PM, Meeusen, Christopher W. < [email protected]> wrote: > Hi, > > > > I’ve got what I hope is an easy question, but I haven’t been able to find > much on it through google…. > > > > I’ve got some web service stubs that I’ve generated from wsdl2java using > adb as the databinding. I want to explicitly specify a timeout value for > the remote call. How do I do that? I’ve looked through the docs here: > > > > > http://www.docjar.com/docs/api/org/apache/axis2/client/Stub.html#_setServiceClient(ServiceClient)<http://www.docjar.com/docs/api/org/apache/axis2/client/Stub.html#_setServiceClient%28ServiceClient%29> > > > > using axis2-1.5.1 > > > > Thanks! > > Chris >
