I tried to use dynamicRouter, but still there is a problem:

we want from uri to be dynamic, but if we use
<from uri="direct:start"/>
          <dynamicRouter>
            <method ref="hotTransfer-uop-endpoint" method="route"/>
          </dynamicRouter>
<to uri="log:newuophottransferxml"/>
There is no log record of the response of hotTransfer-uop-endpoint, because
I think direct:start creates an empty message, but we need response from
dynamic router.
This will work:

<from uri="http://google.com"/>
          <dynamicRouter>
            <method ref="hotTransfer-uop-endpoint" method="route"/>
          </dynamicRouter>
<to uri="log:newuophottransferxml"/>

--
View this message in context: 
http://camel.465427.n5.nabble.com/date-functions-URL-params-for-http-endpoint-tp4442873p4445883.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to