Re: doCatch returns null

2012-11-20 Thread maxence.dewil
Exception { exchange.getOut().setBody(new Output()); }}); .end(); I think we have a bug here because 'myWebService' has only 1 operation, so the 'dispatch' step should not be necessary. -- View this message in context: http://camel.465427.n5.nabble.c

Re: doCatch returns null

2012-11-18 Thread Charles Moulliard
Exchange exchange) throws Exception { > > exchange.getOut().setBody(new Output()); > > }}); > > .end(); > > > > *Then the response body of myWebService is empty.* > > > > Is it possible that my route returns something in a doCatch() ? > &

Re: doCatch returns null

2012-11-18 Thread Claus Ibsen
rns something in a doCatch() ? > > Any help would be appreciated > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/doCatch-returns-null-tp5722851.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen --

doCatch returns null

2012-11-16 Thread maxence.dewil
bService is empty.* Is it possible that my route returns something in a doCatch() ? Any help would be appreciated -- View this message in context: http://camel.465427.n5.nabble.com/doCatch-returns-null-tp5722851.html Sent from the Camel - Users mailing list archive at Nabble.com.