Java SWIFT Library

前端 未结 8 1867
攒了一身酷
攒了一身酷 2020-12-13 04:31

I\'m looking for a Java library for SWIFT messages. I want to

  • parse SWIFT messages into an object model
  • validate SWIFT messages (including SWIFT netwo
8条回答
  •  被撕碎了的回忆
    2020-12-13 04:55

    SWIFT is releasing a "Standards Developer Kit" which includes an "MT/XML Schema Library".

    From the doc: "The MT/XML Schema Library is a complete set of XML schema definitions for MT messages, and software which shows how to convert messages from an MT format to an MT XML representation and back. This approach allows XML integration between applications while the MT (FIN) format will continue to be transported over the SWIFT network."

    Java source code will also be made available, again from the doc: "Working sample Java source code that converts a message in MT format to an XML instance and from an XML instance to a message in MT format."

    See: http://www.swift.com/support/drc/develop/standards.page

    This can be a great aid in dealing with FIN messages in XML syntax.

提交回复
热议问题