简体   繁体   English

JPOS提取一个十六进制字段

[英]JPOS extract a hexadecimal field

I'm using JPOS for parsing my ISO8583-87 message. 我正在使用JPOS解析我的ISO8583-87消息。

For a particular field i need to extract it as it is in the hexadecimal message. 对于特定的字段,我需要按十六进制消息中的原样提取它。

In the binary message, the length of the field is 60. 在二进制消息中,字段的长度为60。

I'am using a xml file configuration for my ISOPackager. 我正在为我的ISOPackager使用xml文件配置。

I failed in the retrieving process, i tried IFB_HEX, IFB_LLHEX, IFB_LLHBINARY, IFB_BINARY in the isoField type class, none of them work. 我在检索过程中失败,我在isoField类型类中尝试了IFB_HEX,IFB_LLHEX,IFB_LLHBINARY,IFB_BINARY,但它们都不起作用。

Do you know wich type i must use ? 你知道我必须使用哪种类型吗?

Thank you for your time. 感谢您的时间。 Julien 朱利安

Have in mind that how the specific ISO8583 field is packed depends on sender. 请记住,特定ISO8583字段的打包方式取决于发送者。
You have to ask sender what format for specific field is used so you can use the same on receiving side. 您必须询问发送方特定字段使用的格式,以便可以在接收方使用相同的格式。
Otherwise you can provide here message dump so somebody can try to help you to recognize packaging method used on sender side. 否则,您可以在此处提供邮件转储,以便有人可以尝试帮助您识别发件人方使用的打包方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM