Hello All, I have been working with WS Addressing and the Apache CXF web services framework today. When I invoke a one-way web service, I do get back a HTTP 202 response. However, there is also a response to the one way message that has the WS Addressing soap headers in it. For example:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:a60c7138-d8ae-402b-a88e-72e1a8355b9d</MessageID> <To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous</To> <ReplyTo xmlns="http://www.w3.org/2005/08/addressing"> <Address>http://www.w3.org/2005/08/addressing/none</Address> </ReplyTo> </soap:Header> <soap:Body/> </soap:Envelope> This happens in the examples distributed in CXF 2.4.0. Is this response to be expected? Is there a way to configure it so this response does not happen? The main purpose for using WS-Addressing is to generate a message ID. We are standing up two one way services, a request and a reply handler, and using the message ID to correlate requests and responses. Thanks, Yogesh -- View this message in context: http://cxf.547215.n5.nabble.com/WS-Addressing-with-one-way-messages-tp4373067p4373067.html Sent from the cxf-user mailing list archive at Nabble.com.
