Below is the solution to the issue posted by me.
/.setHeader(Exchange.HTTP_METHOD, simple("GET"))
.setHeader(Exchange.HTTP_PATH, constant(""))
.setHeader(Exchange.HTTP_URI, simple(""))
.setHeader(Exchange.TO_ENDPOINT, simple(""))
.setHeader(Exchange.HTTP_URL, simple(""))
.toD("${exchangeProperty.DTO_OBJECT.getCallingURL}" +
"?bridgeEndpoint=true")/
--
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-tp5790928p5791375.html
Sent from the Camel Development mailing list archive at Nabble.com.