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

Serializers that Perform Comprehensive Validation

Serializers that Perform Comprehensive Validation

Each SWIFT MT library directories contain serializers having names ending in
_restricted_serializer
. For example, an MT101 project contains a serializer called
MT101_restricted_serializer
.
These serializers perform strict schema validation on their input. If a
_restricted_serializer
finds a validation error, it does not fail. Instead, it writes data to the following output ports:
  • Default output.
    Returns the transformed SWIFT message.
  • Errors.
    An XML validation-error report.
  • ErrorsFound.
    If the transformation encountered a validation error, returns true. If the transformation did not find an error, returns false.

0 COMMENTS

We’d like to hear from you!