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:

  • INSERT : Inserts a data element into the message. This insertion may occur anywhere within the message CONTEXT as specified during configuration.
  • Delete : Deletes a data element in the message. This is used when the target destination does not expect a specific data element in the message.
  • Replace : Replaces a series of text within the message with a different series. This can be used, for example, to replace the namespace of a message.

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:



Discussion

No Comment Found