[jboss-user] [JBossWS] - Re: lower timeout in accessing a web service

jemodurn do-not-reply at jboss.com
Fri Mar 9 14:58:01 EST 2007


I tried this code to lower the JAX-WS client's connection timeout and it works beautifully

  | ((BindingProvider)port).getRequestContext().put(StubExt.PROPERTY_CLIENT_TIMEOUT, new Integer(500));
  | 
Issue resolved.

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

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



More information about the jboss-user mailing list