Btw, if change the cxf-endpoint dataFormat to PAYLOAD I get the following
soap fault. It seems that the cxf-endpoint is seen as a SOAP 1.1 endpoint
for some reason?

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
   <soap:Body>
      <soap:Fault>
         <faultcode>soap:VersionMismatch</faultcode>
         <faultstring>A SOAP 1.2 message is not valid when sent to a SOAP
1.1 only endpoint.</faultstring>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-CXF-SOAP-1-1-vs-SOAP-1-2-tp5748285p5748315.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to