Re: How to extract the URL parameters using Spring DSL?

2013-08-24 Thread gsamy
Yes, same params all the time.

Thanks,
--Guru



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-extract-the-URL-parameters-using-Spring-DSL-tp5737846p5737874.html
Sent from the Camel - Users mailing list archive at Nabble.com.


How to extract the URL parameters using Spring DSL?

2013-08-23 Thread gsamy
How to extract the URL parameters using Spring DSL?

For example:
http://localhost:8080/service/inv/US/1000/123456/1K

from the above URL I need to extract the US,1000,123456 and 1K values.
These parameters I have to attach dynamically to the other service URL while
route.
 Like below
http://test.com:9089/example/service/{country}/{item#}/{store#}/{size}

Thanks,
Guru



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-extract-the-URL-parameters-using-Spring-DSL-tp5737846.html
Sent from the Camel - Users mailing list archive at Nabble.com.