Following configuration can be used to sends the message backs to the client
How it works
Here we remove the To header from SOAP envelop.
When this property is set to 'true' on a message, the ESB will start treating it as a response message. It is generally used to route a request message back to its source as the response.
Therefore with above configuration, it will send response to client directly from inSequence. i.e it loop backs the message to the client. If you add your esb mediation/modifications within "!-- your esb modifications here --" you can simply observe the difference of message you send and received.
No comments:
Post a Comment