Creating another customized packager for all incoming request using MUX. My outgoing request works with no issue
问题 I have a jpos implementation that sends and receives iso messages. It first requires sign-on before anything else. As a client, i am able to send request (customized.xml packager) and also receive response successfully with no issue. However, when the other party sends request to me, the same packager (customized.xml packager) is unable to unpack the request received. To try to resolve issue with incoming request, i decided to create a new customized packager (customized2.xml) but i noticed