Re: extracting HTTP query key values with Camel Rest and Jetty

2015-12-22 Thread Vero Kato
Thanks, but we currently use version 2.14.1 of apache camel and it doesn't support it. are there any other options? in the worst case how can we extract the query string to parse it? On Tue, Dec 8, 2015 at 4:41 PM, Claus Ibsen wrote: > Ah see this FAQ > http://camel.apache.org/faq > > If you are

Re: extracting HTTP query key values with Camel Rest and Jetty

2015-12-08 Thread Claus Ibsen
Ah see this FAQ http://camel.apache.org/faq If you are on a new camel version, use the new toD - if not use receipientList as in the FAQ On Tue, Dec 8, 2015 at 3:38 PM, Vero Kato wrote: > hi, sorry, I didn't get any answer about this. can someone from the Apache > Camel devs reply. > > On Sun, D

Re: extracting HTTP query key values with Camel Rest and Jetty

2015-12-08 Thread Vero Kato
hi, sorry, I didn't get any answer about this. can someone from the Apache Camel devs reply. On Sun, Dec 6, 2015 at 12:03 PM, Vero Kato wrote: > hi, I'm using Apache Camel with Camel REST and Camel Jetty. > > I don't have any problems when we expose our Rest API like this: > localhost:8080/rest/

extracting HTTP query key values with Camel Rest and Jetty

2015-12-06 Thread Vero Kato
hi, I'm using Apache Camel with Camel REST and Camel Jetty. I don't have any problems when we expose our Rest API like this: localhost:8080/rest/OurService/Value1/Value2 but I can't understand how I can extract data from this URL localhost:8080/rest/OurService?key1=Value1&ke2=Value2 i.e. I need