On Wed, Sep 19, 2012 at 9:08 AM, balkishore <balkishore.pan...@gmail.com> wrote:
> How can I search for an Xpath expression in the SOAP response?
> from("something").loadbalnce.sticky("expression").to("something") searches
> for the expression in the SOAP request and doesn't checks for the expression
> in the SOAP response.
>
> How can I tell camel to search it in response instead?
>

Do the xpath after the load balancer. Use end() to denote the end of
the load balancer.

 from("something").loadbalnce.sticky("expression").to("something").end().
here is after load balance where I can do more stuff

>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Searching-for-an-expression-in-an-HTTP-response-tp5719571.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to