views:

26

answers:

0

How do you enable HTTP connection reuse when using JAX-WS? When we were using AXIS2, we set the org.apache.axis2.transport.http.HTTPConstants.REUSE_HTTP_CLIENT property in the client stub's options. What is the equivalent for JAX-WS?

(I have verified that we are creating a new TCP connection for each web service call. It appears we tear down the previous connection immediately before creating that new TCP connection.)