Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

XML Version of a SWIFT MT Message

XML Version of a SWIFT MT Message

The SWIFT library parsers transform SWIFT MT messages to XML structures such as the following example. The serializers transform the XML representation to the native MT representation.
<MT101> <BasicHeaderBlock> <ApplicationIdentifier>F</ApplicationIdentifier> <ServiceIdentifier>01</ServiceIdentifier> <LTAddress> </LTAddress> <SessionNumber></SessionNumber> <SequenceNumber></SequenceNumber> </BasicHeaderBlock> <ApplicationHeaderInputBlock> <Indicator>I</Indicator> <MessageType>101</MessageType> <DestinationAddress> <BankCode>ABCD</BankCode> <CountryCode>EF</CountryCode> <LocationCode>GH</LocationCode> <LogicalTerminalCode>1</LogicalTerminalCode> <BranchCode>JKA</BranchCode> </DestinationAddress> <MessagePriority>U</MessagePriority> <DeliveryMonitoring>1</DeliveryMonitoring> <ObsolescencePeriod>020</ObsolescencePeriod> </ApplicationHeaderInputBlock>

0 COMMENTS

We’d like to hear from you!