Giter VIP home page Giter VIP logo

Comments (6)

juks avatar juks commented on September 20, 2024

Hi!

What do you mean ASCII format? Could you please provide a sample message?

Besides with traditional binary format, SocketQueue supports ISO8583 fields sent via HTTP as JSON arrays. This is much easier way rather then dealing with binary data.

from iso-8583-socket-queue.

shoaibjdev avatar shoaibjdev commented on September 20, 2024

Hi,
Sorry about the terminology, with ASCII I mean encoding for the messages being sent to upstream Host.
For reference, check the section Encoding in the below link .
http://j8583.sourceforge.net/desc8583en.html
https://github.com/chochos/j8583/wiki/ISO8583#binary-encoding

Most of the bank's upstream servers support ASCII only such as Oracle Flexcube, Infosys Finacle etc
As a client i'm able to post either as JSON over HTTP or even iso8583 format as described in the ReadMe section but i'm unable to understand why the message when getting decomposed at upstream server level is failing. My doubt is SocketQueue is only supporting binary encoding which upstream server is not support. Please advise if it's possible to change encoding from binary to ASCII for the upstream relay.

from iso-8583-socket-queue.

juks avatar juks commented on September 20, 2024

Ok, now I got it. The default syntax configuration for SocketQueue is not entirely binary. It uses the binary format for binary mask field.

You can tweak the format for every single field, you can also add packers/unpackers of your own.

Bundled configurations:
https://github.com/juks/SocketQueue/tree/master/lib/iso8583/lib/packager

Bundled packagers:
https://github.com/juks/SocketQueue/tree/master/lib/iso8583/lib/packer

i'm unable to understand why the message when getting decomposed at upstream server level is failing

I can say this can be really hard or even almost impossible to engineer the 8583 syntax for a remote system from scratch when you unable somehow to obtain the log output or talk to an engineer on the other side.

from iso-8583-socket-queue.

juks avatar juks commented on September 20, 2024

At least you need some verification tools for target syntax like those at https://iso8583.info/tools/

from iso-8583-socket-queue.

shoaibjdev avatar shoaibjdev commented on September 20, 2024

Thank you @juks for the advise, that's what I was looking for - Customization of ISO packager/packer here. I'll try and create some packers as per banking interface specs and update once it works.

from iso-8583-socket-queue.

juks avatar juks commented on September 20, 2024

You welcome!

Comparing the message that is known to be 100% correct, being send manually via telnet or netcat against what is send by SocketQueue — this can also save lots of time.

I mean I would start with building the shortest message available just with a text editor, then making the remote server to respond it.

from iso-8583-socket-queue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.