... I hope.
> <isofield
> id="1"
> length="16"
> name="Bitmap"
> class="org.jpos.iso.IFE_BITMAP"/>
> with id="1". I need other isofield with id="1". Im afraid I have to
> extend ISOMsg class.
May I ask what is in your field 1?
You may have some issues, but the detail of what is different with your
need will help us know...
--
Mark
As Andy indicates, the first bit ('field 1' is likely a bit to indicate
that the secondary bitmap is present.
The second bit (bit 2) will indicate the pan is present ...
>
> 0200E76068000101580016552763006974700100...
My I guess this illustration is wrong...
I would think it should be:-
0200E760680001015800112233445566778816552763006974700100...
where 1122334455667788 is the secondary bitmap?
I hope you will see that ultimately the field numbers don't matter too
much. the raw data that travels across the network does not carry the
field numbers.
--
Mark
>>> Ok, but the bitmap travels across the network. For my application the
>>> bitmap is wrong. My client send me messages with secondary bitmap bit
>>> in field 64. I mean, the first bit is the PAN and not secondary
>>> bitmap.
If the secondary bitmap has it's own field, then I can see your need is
different and - I think - a bit unusual.
If you have found a solution that works for you, then great, I'm happy too.
8)
Have you built a message and sent it successfully?
--
Mark
Finally, I have achieved pack and unpack a message but I have had to
change JPos classes.