ewhitebloom / iso8583py

Automatically exported from code.google.com/p/iso8583py
GNU General Public License v3.0
0 stars 0 forks source link

Can I enter more bits to the client echo script? #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have an implementation of ISO 8583 on .net on a microsoft server
2. I'm making a advance monitoring of the service by F5 LTM.
3. I want to now if there is no issue with the client echo script for add more 
bits to the request.

Sending ... M08002000010000c0000230000004511111111222222222222222022This is a 
Test Message

Input ASCII 
Ihttp://schemas.microsoft.com/ws/2006/05/framing/faults/UnsupportedVersion|
'This is not a valid iso!!The ISO8583 ASCII(73) is less than the size 2121!'
Closing...

What is the expected output? What do you see instead?

OK 

What version of the product are you using? On what operating system?

RedHat for F5 TMOS on the echo sender.
Windows server for ISO 8583.

Please provide any additional information below.

Original issue reported on code.google.com by cbay...@i2c-net.com on 6 May 2015 at 5:32

GoogleCodeExporter commented 8 years ago
Hi,

I don't know what library you are talking about.

I can help only with Python version.

In the echo script example you can configure without problems.

Best regards,

Original comment by igo...@gmail.com on 6 May 2015 at 6:47

GoogleCodeExporter commented 8 years ago
I'm talking about the ISO8583 library, and well about the client echo script 
the example has this bits:

        iso.setBit(3,'300000')  
        iso.setBit(24,'045')    
        iso.setBit(41,'11111111')       
        iso.setBit(42,'222222222222222')        
        iso.setBit(63,'This is a Test Message')

then I need  to know if that example can contain an addition of other bitsets. 

thank you,

Original comment by cbay...@i2c-net.com on 6 May 2015 at 6:54

GoogleCodeExporter commented 8 years ago
Yes, you can set another valid ISO8583 bit.

Original comment by igo...@gmail.com on 6 May 2015 at 7:35