biztalk and ISO 8583 : How?????

Home Page Forums BizTalk 2004 – BizTalk 2010 biztalk and ISO 8583 : How?????

Viewing 1 reply thread
  • Author
    Posts
    • #21838

      Hi All,

      i want to use ISO 8583 type of message in my biztalk messaging. I have no idea about that and there is not content on the internet as well. Pls guide me .

    • #21854

      Pls somebody reply….its urgent

      • #21855

        The Iso8583 is a complicated standard for financial transaction card originated messages, mainly used in EFTPOS or ATM networks.

        Although this is a standard there is no real standard implementation, as each network customises the messages for its own purposes. There are 3 major versions Iso8583-1:1987, Iso8583-2:1993, Iso8583-1:2003.  It uses bit mapped fields (1 or 2 64bit words) to define what subsequent fields are included within the message,

        To further complicate matters you can use ASCII or binary (BCD) encoding.

        To use this within Biztalk you should probably write your own custom disassembler/assembler  that would sit within the pipeline and convert incoming Iso8583 messages into Xml messages and vice versa.

        I have written a C# library for serializing and deserializing Iso8583-1:1987 binary messages, but this was not used within Biztalk but used in a WCF service. The service accepted Xml messages, serialized into Iso8593 and passed to a payment processor. The response was deserialized into Xml and returned to the web service client.

        Are you able to give any more details on the version and encoding for your Iso8583 messages?

         

        • #21857

          Encoding can be any : ASCII or Binary and the version will prefer to be Iso8583-1:2003

          How do I implement it with Biztalk 2006 R2. Is it done thru acelerators or adapter. Pls suggest

          • #21858

            An accelerator is a collection of components to assist in processing particular message standards. There is no accelerator for Iso8583 that I kmow of.

            An adapter deals mainly with transport of message, not message content.

            I would write a Custom Disassembler and Assembler to handle ISO8583 messages.   You could probably use .NET ISO8583 Framework at http://niso8583.sourceforge.net/ and just wrap this up in the BizTalk pipeline component

            • #21859

              Ok…Thnx..Let me try this…Will get back soon….I hope with a bit of success 🙂

              • #21866

                Hi

                Back again , but not with any success…was unable to do with disassemblers and assemblers….

                Somebody asked me to try it with Swift…Will it work???

                Also, one more question, how will Biztalk Disassembler come to knw that the incoming message is of ISO 8583 type????

                Pls Reply

                 

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.