Re: Handling of SOAP Faults with camel-soap

2013-04-22 Thread Lars-Erik Helander
Hi Claus, I managed to get my case working once I got the fault definitions in my wsdl "correct". I am using the ProxyBuilder and maybe that "inherits" behavior from ProducerTemplate or vice versa, and that was the reason for why that particular exception showed up. Thanks Lars Skickat från

Re: Handling of SOAP Faults with camel-soap

2013-04-22 Thread Claus Ibsen
Hi CamelExecutionException is usually thrown if you use the producer template api. On Sun, Apr 21, 2013 at 3:08 PM, helander wrote: > I would appreciate some assistance regarding how to handle received Soap > Faults when using the camel-soap component. > > I am using SoapJaxbDataFormat and Serv