Hello,

I try to get parameters from jetty endpoint to the restlet but it seems that
this is not the right way :

from("jetty:http://localhost:8081/myapp/myservice?param1={param1}&param2={param2}";)
.to("restlet:http://localhost:20010/services/getInfos?param1=${in.headers.param1}&param2=${in.headers.param2}&restletMethod=get";);

How can I pass my parameters?

Thanks,

Arnaud



--
View this message in context: 
http://camel.465427.n5.nabble.com/Getting-query-parameters-from-jetty-and-put-then-in-restlet-endpoint-tp5770602.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to