Hi! I needed to do something similar under Axis 1.1, except I cannot modify the code at the customer's site (except as a very last and painful option). I tried setting -Daxis.connection.timeout=600000 when I started the client but to no avail. I can modify the code on my (dev) box to do call.setTimeout() and that works just fine.
Do I *have* to modify the code? Or am I setting it wrong? Is there a different way to do this? Thanks. -Ketan --- Jyrki Saarinen <[EMAIL PROTECTED]> wrote: > Venkat Reddy wrote: > > >You can try changing the default behaviour using a property > >axis.connection.timeout while starting up the client. This will set > >the timeout on the Stub. > > > Or should I use the setTimeout() method in abstract class Stub? > > Stub JavaDoc: > > > > setTimeout > > public void *setTimeout*(int timeout) Set the timeout in milliseconds. > > Ketan Deshpande [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
