Re: Searching for an expression in an HTTP response.

2012-09-19 Thread balkishore
Hi Claus, Yes It was also posted by me. In that case I will delete this thread. I didn't knew you replied on that thread of mine. -- View this message in context: http://camel.465427.n5.nabble.com/Searching-for-an-expression-in-an-HTTP-response-tp5719571p5719585.html Sent from the Camel - User

Re: Searching for an expression in an HTTP response.

2012-09-19 Thread Claus Ibsen
If you are by any chance the same user as this talking about the same topic, then see my comments there http://fusesource.com/forums/thread.jspa?threadID=4251&tstart=0 On Wed, Sep 19, 2012 at 11:41 AM, balkishore wrote: > Hi Claus > > I am extremely sorry, But it doesn't make any sense to perform

Re: Searching for an expression in an HTTP response.

2012-09-19 Thread balkishore
Hi Claus I am extremely sorry, But it doesn't make any sense to perform the path operation after the loadbalncer? If I perform the xpath after loadbalancer, does it searches for the expression in the resposne? And if I perform it after balancer, does it performs sticky load balancing based on the

Re: Searching for an expression in an HTTP response.

2012-09-19 Thread Claus Ibsen
On Wed, Sep 19, 2012 at 9:08 AM, balkishore 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. >