Hi everyone,
I searched the forums here and I noticed that other developers are inserting the kind of
code:
| BindingProvider provider = (BindingProvider) somePort;
| provider.getRequestContext().put("org.jboss.ws.timeout", 120);
|
to configure the timeout for the client.
But is there a way to set the default timeout setting on the JBossWS side so that *any*
potential web service client(outside of java) can assume a default timeout setting?
I'm trying to implement a long-running-web-service that could take a long time to
finish (possibly 10 minutes?) and I would like to hold that connection long enough so that
a response will get back the client.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249269#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...