Hi Willem,

Thanks for sharing the information. I have two webservices call in a camel
route. I am noticing that the timeout i have set for the first call is being
used for the second web service call. even though i have changed the timeout
in 3 step to less than the default timeout it is always taking the timeout
that is set first step.

1 to(bean:addTimeout)
2 to(cxf:webservice1)
3 to(bean:changeTimeout)
4 to(cxf:webservice2)

to change the timeout for the second web service call I removed the request
context from the header and added back the request context(client Policy)
with new timeout value. 

can you please suggest?

Thanks
Ravi



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721690.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to