Hi How about the route like this
from("direct:in").to("http://somewhere").bean(mybean, "process").to("your endpoint") You can store the parameter into the exchange property, and it will be copied across the route. On Tue, May 15, 2012 at 12:02 PM, soumya_sd <soumya...@yahoo.com> wrote: > I've a route that > > 1. invokes a http web url using "direct:in" and gets a response back and > does some processing (parsing etc). > 2. I need to send the parsed response to a bean that is dynamically created > using some parameters that are part of my original message body. > 3. Finally, I need to send the response back to the ProducerTemplate. > > Thanks. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-get-this-done-in-Camel-tp5709759.html > Sent from the Camel - Users mailing list archive at Nabble.com. >