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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to