I have two flows, both have gateways. One of the flow has outbound gateway to webservice. The second flow should connect to first one. Problem is that I dont know how to do it correctly.
Share
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.
Once your provider is up and running, in the consumer side, What you need is a web service inbound gateway
Bare minimum example (assuming you have imported ws namespace):
You will also need to configure your web.xml file, so that incomming SI specific requests are handled by MessageDispatcherServlet.
For application layer abstraction, I will also add a generic gateway listening to the same channel.