I've used the http component to access an external HTTP component with a
static URL but I would like to access a RESTful service with a dynamic URL
that doesn't use query parameters.  Some examples of the potential URL's:
 http://www.somesite/inventory/productID/1234-567
 http://www.somesite/inventory/productID/4567-890
 http://www.somesite/orderstatus/orderID/123456
 http://www.somesite/orderstatus/orderID/654321

How would I do that in Camel?  With the HTTP and Restlet components it seems
like only a static URL with optional parameters is supported.  

Thanks,
  Brendan



-- 
View this message in context: 
http://www.nabble.com/Accessing-external-REST-service-tp22704247p22704247.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to