[JBoss-dev] [JBossWS] - Re: setting timeouts in clients

2004-11-09 Thread tanays
That's great . Thanks. When is 4.0.1 slated for release? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854506#3854506 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854506

[JBoss-dev] [JBossWS] - setting timeouts in clients

2004-11-03 Thread tanays
How do you set timeouts in the WS4ee based web service client? With apache axis it is quite straight forward the org.apache.axis.client.Stub class has a method to set the timeout public void setTimeout(int timeout) In case of Jboss I have InitialContext iniCtx = getInitialContext();