[jboss-user] [JBoss Web Services] - Re: JBoss6 webservice read timeout

Oliver Specht do-not-reply at jboss.com
Wed Jul 13 07:32:37 EDT 2011


Oliver Specht [http://community.jboss.org/people/oliverspecht] created the discussion

"Re: JBoss6 webservice read timeout"

To view the discussion, visit: http://community.jboss.org/message/614868#614868

--------------------------------------------------------------
Since no one knows anything about ist, this is the solution I found:

Client cl = ClientProxy.getClient(services);
HTTPConduit http = (HTTPConduit) cl.getConduit();
HTTPClientPolicy httpClientPolicy = new HTTPClientPolicy();
httpClientPolicy.setConnectionTimeout(7200000);
httpClientPolicy.setReceiveTimeout(7200000);
http.setClient(httpClientPolicy);

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/614868#614868]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110713/8dbefc4f/attachment.html 


More information about the jboss-user mailing list