[jboss-user] [JBossWS] - Re: Handling timeouts in WebService client

alessio.soldano@jboss.com do-not-reply at jboss.com
Mon Aug 25 10:39:53 EDT 2008


To setup the client invocation timeout, you have to setup the client timeout property in the request context through your port instance; the timeout will be then be passed to the remoting layer:

  | ((BindingProvider)port).getRequestContext().put(StubExt.PROPERTY_CLIENT_TIMEOUT, timeout);
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172323#4172323

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172323



More information about the jboss-user mailing list