Re: Camel route configuration help

2012-06-07 Thread javakurious
Thanks Walter. I adapted your idea and changed it little bit. At the start of the request handling I save off the original request as a header. I changed the xslt at (D) to read the original request as header. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-route-configu

Re: Camel route configuration help

2012-05-24 Thread Walter De Wit
I'm new to Camel but interested if my proposal makes sence. So here is the solution I suggest: I would copy A to a header variable for later use. B requires A to be in the message body so that's ok. The XSLT B will put the result of the transformation in the body. put C also in the header and put