I have one MPGW which has 4 processing fule specific to 2 applications.
Processing rule request1, Processing rule request2, Processing rule response1 and Processing rule response2.
There are 2 flows. Application1 directly interacting with Processing rule request2 for which I don't have issues.
Application2 flow is interacting with Processing rule request1 in which I convert the message, URI, and route to Processing rule request2. Until this I am fine. My problem is how to reroute the message from Processing rule response2 to Processing rule response 1 specific to Application2.
Is there any way to reroute without touching the Processing rule response2?