Re: Generating SoapFault from Spring DSL

2015-02-20 Thread Claus Ibsen
Use instead of . The latter is also deprecated See also this FAQ http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html On Fri, Feb 20, 2015 at 10:04 AM, L F wrote: > Hi > I'm trying to implement a webservice operation as a camel route (spring DSL), > and I'd like to generate

Generating SoapFault from Spring DSL

2015-02-20 Thread L F
Hi I'm trying to implement a webservice operation as a camel route (spring DSL), and I'd  like to generate a soap fault from the route, when some condition is met. I created a route which should prepare this soap fault :