RE: Basic configurations with WSDL2Java generated

2005-02-03 Thread uri
there is no default timeout (i.e. 0). Strange thing, the faq sais otherwise. -Original Message- From: Lam, King [mailto:[EMAIL PROTECTED] Sent: Thu 03 February 2005 19:30 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Basic configurations with WSDL2Java generated http

RE: Basic configurations with WSDL2Java generated

2005-02-03 Thread Lam, King
http://ws.apache.org/axis/faq.html#faq17 How do I set a timeout when using WSDL2Java stubs? There is a setTimeout method on the org.apache.axis.client.Stub class, which is the class all emitted stubs extend. Here is how to set the timeout given a service named Foo: FooServiceLocator lo