Hey Daniel, I am using cxf for my soap client. I know this thread is old but I had a couple of related questions.
-If the server sets the keep-alive and connection timetout is there any use of resetting the values which supersede the server's values because the server would anyways be respecting its values. -You say that we can use an interceptor to intercept and change the keep-alive and timeout values on client side on server response. Can you maybe write a code snippet how is this possible on the client side. Right now I know that we can set a timeout and keep alive value on client port by injecting HttpPolicy in the httpConduit that the client port uses. But from your response it seemed like the server might be able to reset that value on the client with its response since the client might respect the server's values. Please let me know if there is any way for the client to reset the values to enforce the client to always respect the initial values. Regards, Abdul -- View this message in context: http://cxf.547215.n5.nabble.com/HTTP-Connection-Pooling-tp561783p5711620.html Sent from the cxf-user mailing list archive at Nabble.com.
