ISO 8583 [modified]
-
Hi, I am working on ISO 8583-1987 standard. The problem is that my client is sending an XML file and I have to parse it in ISO 8583-1987 standard. Can anyone help me in this regard coz I have only theoritical knowledge of ISO 8583 and don't know how to practically implement it. Basically I have problrem while using bitmaps. I am not able to understand how to implemnt them and how they work. Thanks in advance.
modified on Wednesday, February 25, 2009 1:06 AM
-
Hi, I am working on ISO 8583-1987 standard. The problem is that my client is sending an XML file and I have to parse it in ISO 8583-1987 standard. Can anyone help me in this regard coz I have only theoritical knowledge of ISO 8583 and don't know how to practically implement it. Basically I have problrem while using bitmaps. I am not able to understand how to implemnt them and how they work. Thanks in advance.
modified on Wednesday, February 25, 2009 1:06 AM
If you know the standard, what is the issue in parsing the XML file? You use classes in System.XML[^] to work with XML data. :)
Navaneeth How to use google | Ask smart questions
-
Hi, I am working on ISO 8583-1987 standard. The problem is that my client is sending an XML file and I have to parse it in ISO 8583-1987 standard. Can anyone help me in this regard coz I have only theoritical knowledge of ISO 8583 and don't know how to practically implement it. Basically I have problrem while using bitmaps. I am not able to understand how to implemnt them and how they work. Thanks in advance.
modified on Wednesday, February 25, 2009 1:06 AM
Well, may be a bit very late, but i just came accross a project on sourceforge: niso8583 It contains sources fro building iso 8583 messages from xml Have no idea whether it will help you, Greetings
astrovirgin wrote:
I am working on ISO 8583-1987 standard. The problem is that my client is sending an XML file and I have to parse it in ISO 8583-1987 standard
Where is the glue that glues together all the code snippets on The CodeProject to the ultimate solution, so I never have to work anymore?