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® Integration Bus message set
- A IBM Transformation Extender type tree
IBM Integration Bus message sets can also preexist. If they don't, use the IBM Integration Toolkit to create them by either:
- Using the message set editor in IBM Integration Bus to manually define a message set.
- Importing an XML schema.
- Importing an XML DTD.
- Importing a COBOL copybook.
- Importing a C header file.