An upgrade to version 2.2.12 corrected the exception, but brought up another
one...

I am calling a one-way service but a response is being sent back.  For
example:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";>
   <soap:Header>
      <MessageID
xmlns="http://www.w3.org/2005/08/addressing";>urn:uuid:b8d0a8ca-ada1-4840-8722-a4859144726b</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>

Since this is a one-way method and annotated as such, I am wondering why
there is a reply.  Any ideas?

Thanks,
Yogesh

--
View this message in context: 
http://camel.465427.n5.nabble.com/CXF-component-with-WS-Addressing-and-one-way-messages-tp4370106p4371753.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to