Mapping message data only

About this task

By default, the adapter does not use message descriptors. On input, it returns only the body of the received message, and on output, it treats the data that it receives as the message body.

Even if you do not need to use message descriptors, you can still use this same example tree to define the content of the message.

To use the schema for mapping message data only:

Procedure

  1. Define the message content for your message (shown below as Message group under CreditInfo category).
  2. Add it as a component of MessageDataBy default, MessageData contains Text item that represents plain textual message content. The Text item should be replaced with your own message content type, such as Message group under CreditInfo category in this example.
  3. Use MessageData as an input or output card type.