|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Need sample parsing module for POSthe problem is when im parsing it with the generic parser the fields
does not match is it because of the TPDU it would be a great help if i can have a sample module of this. TPDU 6009886378 MTI 0200 Bitmap 3020058020C01005 Field Value [ 3 ] 001000 [ 4 ] 003735943886 [ 11 ] 000017 [ 22 ] 151 [ 24 ] 988 [ 25 ] 00 [ 35 ] 6393135040101368=110500000000000 [ 41 ] 12345678 [ 42 ] 123456789123456 [ 52 ] CE9B992F3BC07DFD [ 62 ] 000016 [ 64 ] FCAA41685C936970 |
|
|
Re: Need sample parsing module for POSYou want to use an ISOChannel (such as NACChannel) to receive your
messages. NACChannel will take care of the TPDU. On Wed, Aug 20, 2008 at 08:38:09AM -0000, Francis wrote: > the problem is when im parsing it with the generic parser the fields > does not match is it because of the TPDU it would be a great help if i > can have a sample module of this. > > TPDU 6009886378 > MTI 0200 > Bitmap 3020058020C01005 > Field Value > [ 3 ] 001000 > [ 4 ] 003735943886 > [ 11 ] 000017 > [ 22 ] 151 > [ 24 ] 988 > [ 25 ] 00 > [ 35 ] 6393135040101368=110500000000000 > [ 41 ] 12345678 > [ 42 ] 123456789123456 > [ 52 ] CE9B992F3BC07DFD > [ 62 ] 000016 > [ 64 ] FCAA41685C936970 > > > > ------------------------------------ > > Yahoo! Groups Links > > > |
|
|
RE: Need sample parsing module for POSThe TPDU is not considered a part of the ISOMsg - it is an header that is
handled at the channel level, an is primary used for request/response matching on the wire/channel You can look at NACChannel http://www.jpos.org/doc/javadoc/org/jpos/iso/channel/NACChannel.html especially the setHeader() and BaseChannel's getHeader() methods. --Dave http://www.paymentsystemsblog.com From: jpos-dev@... [mailto:jpos-dev@...] On Behalf Of Francis Sent: Wednesday, August 20, 2008 3:38 AM To: jpos-dev@... Subject: [jpos-dev] Need sample parsing module for POS the problem is when im parsing it with the generic parser the fields does not match is it because of the TPDU it would be a great help if i can have a sample module of this. TPDU 6009886378 MTI 0200 Bitmap 3020058020C01005 Field Value [ 3 ] 001000 [ 4 ] 003735943886 [ 11 ] 000017 [ 22 ] 151 [ 24 ] 988 [ 25 ] 00 [ 35 ] 6393135040101368=110500000000000 [ 41 ] 12345678 [ 42 ] 123456789123456 [ 52 ] CE9B992F3BC07DFD [ 62 ] 000016 [ 64 ] FCAA41685C936970 [Non-text portions of this message have been removed] |
|
|
Re: Need sample parsing module for POSthank you very much for the help
--- In jpos-dev@..., "David Bergert" <dbergert.ng@...> wrote: > > The TPDU is not considered a part of the ISOMsg - it is an header that is > handled at the channel level, an is primary used for request/response > matching on the wire/channel > > > > You can look at NACChannel > http://www.jpos.org/doc/javadoc/org/jpos/iso/channel/NACChannel.html > > > > especially the setHeader() and BaseChannel's getHeader() methods. > > > > --Dave > > http://www.paymentsystemsblog.com > > > > > > From: jpos-dev@... [mailto:jpos-dev@...] On > Of Francis > Sent: Wednesday, August 20, 2008 3:38 AM > To: jpos-dev@... > Subject: [jpos-dev] Need sample parsing module for POS > > > > the problem is when im parsing it with the generic parser the fields > does not match is it because of the TPDU it would be a great help if i > can have a sample module of this. > > TPDU 6009886378 > MTI 0200 > Bitmap 3020058020C01005 > Field Value > [ 3 ] 001000 > [ 4 ] 003735943886 > [ 11 ] 000017 > [ 22 ] 151 > [ 24 ] 988 > [ 25 ] 00 > [ 35 ] 6393135040101368=110500000000000 > [ 41 ] 12345678 > [ 42 ] 123456789123456 > [ 52 ] CE9B992F3BC07DFD > [ 62 ] 000016 > [ 64 ] FCAA41685C936970 > > > > > > [Non-text portions of this message have been removed] > |
| Free Forum Powered by Nabble | Forum Help |