Re: CXF - REST service response

2012-05-23 Thread Christian Müller
llerc/camel-in-daily-use Best, Christian On Mon, May 21, 2012 at 3:31 PM, kafe wrote: > My pleasure ! > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CXF-REST-service-response-tp5140445p5712907.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: CXF - REST service response

2012-05-21 Thread kafe
My pleasure ! -- View this message in context: http://camel.465427.n5.nabble.com/CXF-REST-service-response-tp5140445p5712907.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXF - REST service response

2012-05-21 Thread wael
. -- View this message in context: http://camel.465427.n5.nabble.com/CXF-REST-service-response-tp5140445p5712878.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXF - REST service response

2012-01-12 Thread kafe
I found the answer. Actually, my route was with pattern="InOnly". I moved to "InOut" and that's ok now ! -- View this message in context: http://camel.465427.n5.nabble.com/CXF-REST-service-response-tp5140445p5140657.html Sent from the Camel - Users mailing list archive at Nabble.com.

CXF - REST service response

2012-01-12 Thread kafe
ant REST service with my param but how can i manage the service response. After the call, i still have the MessageContentsList in my Exchange.getIn().getBody(). Where is the REST service response available ?? Thank for your help?. -- View this message in context: http://camel.465427.n5.nabble.com/CXF-R