I tried using the following code snippet and still not able to get the docUID value to be replaced at runtime. Either the value doesn't get replaced or I face auth issues when I try other approaches.
.setHeader(Exchange.HTTP_URI,simple("http://rq3l2hps1:9081/V5/ECM/Rest/content/filenet/ClaimsTargetOS/TempClaimCenterDocument/Count")) .toF("http://url?authMethod=Basic&authUsername=%s&authPassword=%s&GWCC_DocUID=${in.header.docUID}", username, password) -- View this message in context: http://camel.465427.n5.nabble.com/Issues-invoking-external-URL-with-Http-Basic-Auth-tp5753061p5753072.html Sent from the Camel - Users mailing list archive at Nabble.com.