I am exposing a CXF service using Mule ESB and i need to pass on the request as is to the Conditional routers. Most of the examples I see pass the response to conditional routers.
How do I pass the request forward without changing the wsdl?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I used a web-service-proxy pattern provided by Mule ESB 3
And the VM endpoint actually does the Condition based routing by using xpath expression. However I had to write a “RequestToString” custom transformer so that I could apply xpath on the incoming SOAP payload.
I used the following transformation in the transformer –