This content has been marked as final.
Show 1 reply
-
1. Re: How does camel handle soap fault
davsclaus Mar 14, 2011 12:13 PM (in response to tjain2011)Hi
If you want to use onException, errorHandler or the likes in Camel with SOAP Faults, then you have to turn those soap faults into exceptions.
There is a option to do that on the camel context or per route scope.
Its the handleFault.