Hi, I'm setting the receive timeout in cxf WebClient for a POST call in the following way:
HTTPConduit conduit = (HTTPConduit) WebClient.getConfig(client).getConduit(); HTTPClientPolicy policy = conduit.getClient(); policy.setReceiveTimeout(timeout); conduit.setClient(policy); This works fine when I test locally but when deployed in Weblogic the receive timeout does not work. I'm using cxf 2.7.11, java 6 Thank you, Tom -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Client-ReceiveTimeout-not-working-on-weblogic-server-tp5763108.html Sent from the cxf-dev mailing list archive at Nabble.com.
