Re: Getting query parameters from jetty and put then in restlet endpoint

2015-08-14 Thread arnaud
.param1}¶m2=${header.param2}")) .to("restlet:http://localhost:20010/services/getInfos?&restletMethod=get";); I'm not sure this is the best way, bu it works. Thanks for your help. Arnaud -- View this message in context: http://camel.465427.n5.nabble.com/Getting-query-parameter

Re: Getting query parameters from jetty and put then in restlet endpoint

2015-08-13 Thread Greg Autric
c" À: users@camel.apache.org Envoyé: Jeudi 13 Août 2015 15:06:36 Objet: Re: Getting query parameters from jetty and put then in restlet endpoint Hi Arnaud, Please take a look here https://github.com/apache/camel/blob/master/components/camel-restlet/src/main/java/org/apache/camel/component

Re: Getting query parameters from jetty and put then in restlet endpoint

2015-08-13 Thread Greg Autric
t:http://localhost:20010/services/getInfos?param1=${in.headers.param1}¶m2=${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-endpoi

Getting query parameters from jetty and put then in restlet endpoint

2015-08-12 Thread arnaud
ders.param1}¶m2=${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.