Ah you're right.  But when I do the following at some point after invoking a
service with HttpComponent:

exchange.getIn().getBody(String.class);

it returns a String ok, which is the response of the service.  But if I
instead do:

exchange.getIn().copy().getBody(String.class);

this returns null.  Why is that?

--
View this message in context: 
http://camel.465427.n5.nabble.com/Message-copy-not-exactly-a-copy-tp4828478p4831804.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to