There is a web service at my company that returns XML documents, but you have to query it using a query string. I want to send the single parameter (an id) as the body of the incoming message and I want to append that body value to the HTTP URL. So, I want something like:
http://my.service.url/service.cgi?id=${body} Is that possible using the Java DSL? Thanks, James p.s. Camel Rocks! I've downloaded the MEAP Camel in Action book and I'm working my way through it. Very cool indeed!
