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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...