InterviewSolution
| 1. |
What Is Message Manipulation? What Are Different Actions Available To Transform A Message? |
|
Answer» Message MANIPULATION is a KIND of transformation in which the contents of a message, rather than its whole structure, are manipulated to make the message compatible with the destination service. This is performed by adding, replacing or removing actions to the request or response pipelines of the message flow. The different actions available to TRANSFORM a message through content manipulation are as follows:
Message manipulation is a kind of transformation in which the contents of a message, rather than its whole structure, are manipulated to make the message compatible with the destination service. This is performed by adding, replacing or removing actions to the request or response pipelines of the message flow. The different actions available to transform a message through content manipulation are as follows: |
|