1 Reply Latest reply on Mar 14, 2011 12:13 PM by davsclaus

    How does camel handle soap fault

    tjain2011

      My camel end point which is a cxfendpoint is generating a soap:fault exception

      can anybody tell me what i need to do in order process or route based on this fault.

      I am unable to catch this soap fault response in my camel route??

       

      Thanks I appreciate ur help...

      Tarun

        • 1. Re: How does camel handle soap fault
          davsclaus

          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.