...
Stub stub = (org.jboss.webservice.client.Stub)port;
stub.setTimeout(new Integer(100));
assertEquals(new Integer(100), stub.getTimeout());
...
Is the socket timeout value in milli-seconds or seconds?
-Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977353#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...