Francis | 20 Aug 10:34
Favicon

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

------------------------------------

Alejandro Revilla | 20 Aug 14:05
Favicon

Re: Need sample parsing module for POS

You 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
(Continue reading)

David Bergert | 20 Aug 14:09

RE: Need sample parsing module for POS

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 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
(Continue reading)

Francis | 21 Aug 02:55
Favicon

Re: Need sample parsing module for POS

thank 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
(Continue reading)


Gmane