2014/1/13 Daniel Kulp <[email protected]>: > > These are showing that the RelatesTo header wasn’t there or similar as it > couldn’t correlate the response message to a request. That is certainly > the cause of the “leak” as the WS-Addressing stuff is not seeing a proper > response to the request. >
Thanks Daniel for you reply In any case, if I don't use WS-Addressing , responses are correlated to a request , even the JAX-WS proxy client is shared by many threads. I don't know how Apache CXF do it but, would be possible to follow the same correlation rule if RelatesTo header is not present in responses ? I would like to protect my webservice against malformed remote responses Regards
