Thanks it works.
--
View this message in context:
http://camel.465427.n5.nabble.com/Work-with-Exchange-HTTP-QUERY-tp5735839p5735842.html
Sent from the Camel - Users mailing list archive at Nabble.com.
There are two character of ?.
Can you change the recipientList to
.recipientList(simple("${body}&authMethod=Basic&authUsername=user&authPassword=pass")
--
Willem Jiang
Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://wille
Hi,
I've an url with query parameters which is dynamically generated. i don't
know how many parameters there are. i want to hit the url and get the body.
say my url looks like : http://myhost.com?name=xxx&id=yyy
it needs basic authentication.
so i request
Object object = producerTemplate.requestBod