Hi everyone,

I am using <camelContext xmlns="http://camel.apache.org/schema/spring";>

And facing the following problem:
I have a route for a handler, and then I can choose beetwen a lot of
diferents incomming requests.

<route>
<from uri="cxf:bean:SOAPIntrawayhandler?dataFormat=PAYLOAD" />
<choice>
<when>
<xpath>boolean(//*[local-name()='DeleteSubscriberRequest'])</xpath>
...
</choice>
</when>

The thing is that I have a request to do called
"ValidateDeleteSubscriberRequest" which I will receive informations about
the subscriber and if he exists. After that i will send another request to a
endpoint to delete in fact. But my problem occurs when I need to print the
result of ValidateDeleteSubscriberRequest into (for example) SOAPUI. I want
to print the answer for the validate, continue the flow and delete the
subscriber.

How can I do this?

Thank you in advance.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Quick-doubt-in-camel-tp5760995.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to