Hi Marco, Is your client expecting some specific response message in the http response?
The HTTP 202 response code is used for the HTTP response for a oneway service call that returns no content or a request-response service call, where the real response is configured to be sent back to another port. I am not sure about your scenario. Is your client a oneway service client that can't handle the HTTP 202 and expects the HTTP 200 with an empty content or an empty SOAP envelope? Or it is a request-response service client? regards, aki 2012/6/25 Marco Pas <[email protected]>: > Hi there, i am looking for ways to skip the HTTP 202 reponse send back > by CXF when using WS Addressing. > We need to support clients that are not capable of handling the HTTP > 202 response. The operate in a request-response mode and not > are not able to handle the HTTP 202 returned by CXF. > > Is there any way to skip the HTTP 202 reponse ? > > /Marco
