I have configured a route using Spring DSL. It take input from a direct
endpoint to HTTP endpoint. In that case it is working fine. 
But when I pipe result the from http endpoint to a filter processor using
xpath it does not return any value back. 
I debug the code and I got the exchange that is passing to XPathbuilder, has
correct message but further when it pass the exchange to application code or
any custom processor it has no data in IN/OUT message.

The possible cause for this could be, XPathbuiler read data form a cached
input steam of HTTP response exchange. After that is pass exchange that has
been already read so it get no data. 

So is there any work around got this, or let me know If am mis-interpretting
something.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Endpoint-pipeline-is-not-working-in-case-of-HTTP-Endpoint-tp5743270.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to