Does anybody know a SWIFT messages parser that parses SWIFT messages and
converts them into XML and vice versa (e.g. XSL Style sheet to do XML ->
SWIFT)?
Is there a SWIFT XML DTD standard out there?
I'd appreciate any help.
Mohit
-
SWIFT- XML- SWIFT Conversion (7 messages)
- Posted by: Mohit Gupta
- Posted on: September 02 2004 07:21 EDT
Threaded Messages (7)
- Re: SWIFT- XML- SWIFT Conversion by Egor Pervuninski on September 17 2004 05:39 EDT
- JLex / Java CUP Grammer File for SWIFT by Manoj Kumar on October 08 2004 03:39 EDT
- Re: SWIFT- XML- SWIFT Conversion by sebastian zubrinic on August 12 2006 15:37 EDT
- SWIFT-XML-Anything parsing & conversion by Steve Miller on October 10 2004 13:07 EDT
- SWIFT-XML Library from AnaSys by lisa lehmann on October 22 2004 12:25 EDT
- Swift parser by Venkata Pochinapeddi on March 07 2005 09:53 EST
- Swift parser by Simon Heinrich on March 18 2005 05:34 EST
-
Re: SWIFT- XML- SWIFT Conversion[ Go to top ]
- Posted by: Egor Pervuninski
- Posted on: September 17 2004 05:39 EDT
- in response to Mohit Gupta
Have you heard about swiftML (http://www.swift.com/index.cfm?item_id=41663)?
Actually it is easy to create your custom SWIFT parser by hand using LEX and YACC (I used JLex and Java CUP implementations). -
JLex / Java CUP Grammer File for SWIFT[ Go to top ]
- Posted by: Manoj Kumar
- Posted on: October 08 2004 03:39 EDT
- in response to Egor Pervuninski
Hi,
Could you please give guidelines in building the grammer file for building the SWFIT parser using JLex or Java CUP. Is there any way I can get these grammer file that comply SWFIT message rules.
Thanks in advance,
Manoj -
Re: SWIFT- XML- SWIFT Conversion[ Go to top ]
- Posted by: sebastian zubrinic
- Posted on: August 12 2006 15:37 EDT
- in response to Egor Pervuninski
I suggest you check WIFE http://wife.sf.net/ It´s an open source project for swift messages parsing and writing, the MT text is converted to simple java objects, then you can easily manage the objects to serialize to xml or something else. -
SWIFT-XML-Anything parsing & conversion[ Go to top ]
- Posted by: Steve Miller
- Posted on: October 10 2004 13:07 EDT
- in response to Mohit Gupta
Mohit,
You can do exactly this with C24's Integration Objects (IO) toolkit. See http://www.c24.biz.
The C24-IO toolkit is a metadata repository, code and schema generator that supports libraries of industry standard message types. SWIFT is one of those libraries. IO parses the SWIFT data into its own Java object model, which can then be directly rendered as XML (or any other format), or have semantic transformations applied to it in order to map the data to a different model.
There are schemas (but not DTDs) for some of the newer SWIFT message standards, but I'm afraid that if you are working with ISO7775/15022, then there is no DTD/schema, just the SWIFT-published format standards which are proprietary and very definitely non-XML.
Regards
Steve -
SWIFT-XML Library from AnaSys[ Go to top ]
- Posted by: lisa lehmann
- Posted on: October 22 2004 12:25 EDT
- in response to Mohit Gupta
There is no official standard for SWIFT-XML (I assume you mean the existing FIN MTs such as MT 103, 202, 502, etc.).
AnaSys has created their own standard for SWIFT-XML and sells a product that should do what you are looking for.
See http://www.anasys.com/products/mobjectsxml.html
Elisabeth -
Swift parser[ Go to top ]
- Posted by: Venkata Pochinapeddi
- Posted on: March 07 2005 09:53 EST
- in response to Mohit Gupta
Mohit
Did you find any parser for swift messages? I am also looking for the same, please let me know
Thanks
Rama -
Swift parser[ Go to top ]
- Posted by: Simon Heinrich
- Posted on: March 18 2005 05:34 EST
- in response to Venkata Pochinapeddi