kpavlov / jreactive-8583

Kotlin/Java Client & Server for ISO8583 & Netty
Apache License 2.0
320 stars 144 forks source link

Parsing Exception #65

Closed ahmed201244 closed 5 years ago

ahmed201244 commented 5 years ago

I'm receiving an Exception java.text.ParseException: ISO8583 MessageFactory has no parsing guide for message type for the sign on message. [ A4M0900008008220000000000000040000000000000003050926230000260]. When I've included the j8583.xml (https://github.com/kpavlov/jreactive-8583/blob/master/src/test/resources/j8583.xml).

kpavlov commented 5 years ago

Parsing guide is out of scope. Please tune your j8583.xml or report this issue to j8583 project. PRs are welcome.

ahmed201244 commented 5 years ago

Thanks,