When I try to consume a normal GET url I'm getting below error.

"/Invalid uri: xxxxxxx. If you are forwarding/bridging http endpoints, then
enable the bridgeEndpoint option on the endpoint/"

On setting the bridgeEndpoint to true  the camel route endpoint gets
appended to the get URL.

Below is the code snippet used.

/.setHeader(Exchange.HTTP_METHOD, simple("GET"))
.toD("${exchangeProperty.DTO_OBJECT.getCallingURL}");/



--
View this message in context: 
http://camel.465427.n5.nabble.com/make-a-GET-request-using-Apache-Camel-Invalid-uri-enable-the-bridgeEndpoint-option-on-the-endpoint-tp5790928.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to