Author |
Message
|
agnes |
Posted: Fri Apr 12, 2002 11:18 pm Post subject: |
|
|
Newbie
Joined: 12 Apr 2002 Posts: 2
|
Can anyone guide me on how to transform a XML format to a Swift format ? |
|
Back to top |
|
 |
vedbhat |
Posted: Mon Apr 15, 2002 2:07 am Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
What do you mean by XML to Swift Message. You can even format your SWIFT message as XML. Only thing you need is to follow SWIFT format according to the swift message code.
Which swift messages are you using. (I mean MT200, MT103 etc etc....)
regards
Ved |
|
Back to top |
|
 |
suneelsh |
Posted: Mon Apr 15, 2002 2:39 am Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
To convert from XML to Swift or vice versa you need to have the appropriate swift libaries. You can use neon to do this.
=> In XML to swift you write a format to convert from XML to Swift intermediate. From here the swift lib will convert it to swift. If you dont have a swift lib then you will have to write the formats for this also.That is converting from swift intermediate to swift.
eg:-
Swift
-----
:69TEMP
:69100
:45VAL
:45200
Swift-Intermediate
------------------
69001TEMP||69002100||45001VAL||45001200||
XML
---
<TEMP>100</TEMP>
<VAL>200</VAL>
Hope this helps!
|
|
Back to top |
|
 |
John Blanchard |
Posted: Mon Apr 15, 2002 7:24 am Post subject: |
|
|
Newbie
Joined: 12 Mar 2002 Posts: 5
|
Suneelsh,
Is this SWIFT library provided in MQSI 2.1? |
|
Back to top |
|
 |
kirani |
Posted: Mon Apr 15, 2002 8:33 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
WMQI 2.1 supports Multipart messages.
You can define your SWIFT message foramts in WMQI MRM and do the transformation from XML to SWIFT without using NEON.
Supportpac ID05 has some examples on SWIFT.
_________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
suneelsh |
Posted: Mon Apr 15, 2002 8:52 pm Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
No Swift lib is not provided my WMQI. Either you will have to write it or someone[3party/client] can provide it for you. But you can write it from scratch.
|
|
Back to top |
|
 |
tkurian |
Posted: Tue Apr 16, 2002 11:38 am Post subject: |
|
|
Novice
Joined: 23 Jan 2002 Posts: 11
|
Agnes,
WMQI 2.1 has the ability to use tagged delimited fields and SWIFT is one of the accepted message formats. What series of messages are you thinking about moving back and forth? Or are you anticipating the move from ISO 15022 to SWIFT XML? |
|
Back to top |
|
 |
agnes |
Posted: Tue Apr 23, 2002 8:52 am Post subject: |
|
|
Newbie
Joined: 12 Apr 2002 Posts: 2
|
Oh but i'm using MQSI V 2.0.2 in this case how do i convert XML to SWIFT format Is there any way ? |
|
Back to top |
|
 |
|