Formats
In FTM, a format encapsulates both the logical message definition and the physical
wire format for the messages that are arriving or leaving FTM. A format also applies
to some internal messages such as ISF or events that conform to the Common Base Event specification. In terms
of application programming, external formats must be modeled in such a way that the application can sensibly
parse, validate, and write the format. In the context of FTM, a formal format
definition might be:
- An XML schema (.xsd)
- An IBM® App Connect Enterprise message set
- A IBM Transformation Extender type tree
IBM App Connect
Enterprise message sets can also preexist. If they don't, use the IBM App Connect
Toolkit to create them by either:
- Using the message set editor in IBM App Connect Enterprise to manually define a message set.
- Importing an XML schema.
- Importing an XML DTD.
- Importing a COBOL copybook.
- Importing a C header file.