Hi everyone, I have a problem about soap:fault. When i call a web service, it
returns a default soap fault message. In camel side, how can i convert it to
an object? Here is an example fault:

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>My fault string...</faultstring>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Soap-Fault-Unmarshal-tp5744949.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to