Re: HTTP4 component body CachedOutputStream to String

2012-10-28 Thread Claus Ibsen
Hi See these links also http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html http://camel.apache.org/pipes-and-filters.html http://camel.apache.org/how-do-i-enable-streams-when-debug-logging-messages-in-camel.html http://camel.apache.org/stream-caching.html On Fri, Oct 26, 2012

Re: HTTP4 component body CachedOutputStream to String

2012-10-28 Thread clakech
ge will be copied to the OUT > message, > > so > > > headers are preserved during routing. Additionally Camel will add the > > HTTP > > > response headers as well to the OUT message headers." > > > > > > But the response is in the in body. >

Re: HTTP4 component body CachedOutputStream to String

2012-10-27 Thread Christian Müller
headers from the IN message will be copied to the OUT message, > so > > headers are preserved during routing. Additionally Camel will add the > HTTP > > response headers as well to the OUT message headers." > > > > But the response is in the in body. > >

Re: HTTP4 component body CachedOutputStream to String

2012-10-26 Thread Taariq Levack
aders as well to the OUT message headers." > > But the response is in the in body. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/HTTP4-component-body-CachedOutputStream-to-String-tp5721616p5721617.html > Sent from the Camel - Users mailing list archive at Nabble.com.

HTTP4 component body CachedOutputStream to String

2012-10-26 Thread Cyril Lakech
Hi, I am trying to call a remote http service to retrieve a message using http4 component. I would like to understand the sentence from the http4 component web page http://camel.apache.org/http4.html "Camel will store the HTTP response from the external server on the OUT body. All headers from t