Hi, I want to use xslt file name dynamically in route and I have to change the rest service end point url dynamically.
I tried below:
exchange.getContext().getProperties().put("xsltName", "xslt:"+xsltFileName);
.recipientList(simple(header("xsltName")))
But it's not working.
Please help me on this.
--
View this message in context:
http://camel.465427.n5.nabble.com/dynamic-xslt-file-name-tp5741965.html
Sent from the Camel - Users mailing list archive at Nabble.com.
