Hello,
Here is our requirement:
from("timer://foo?repeatCount=1").
to("stream:url?'url=http://servername/tmp/test.cgi?param1=10¶m2=qa'?").
("file:U://sampleFile?fileName=hello.txt");
When i try the above with an intent of obtaining a http request with two
query params,
and reading the response, camel gives me an error env=qa is not a valid
option
This works with
to("stream:url?'url=http://servername/tmp/test.cgi?param1=10'?")
Ami i doing it right ? or is there a different syntax to pass multiple
query params
Thank you,
Regards
Vaibhav A. Karkhanis
--
View this message in context:
http://camel.465427.n5.nabble.com/Passing-more-than-one-URL-parameter-using-stream-url-tp5751164.html
Sent from the Camel - Users mailing list archive at Nabble.com.