Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am sending a request to a switch with header and no trailer. I am using log channel because i dont need any length bit at start, no trailer or padding at end. I can pack and send req to switch and able to receive the succcessful response from switch , which i can see in wireshark. but Jmeter iso8583 plugin couldnt receive it , hence its getting timeout. Also no issue beinglogged like issue in unpacking any fields. Seems all that are okay. I tried using differernt channels and same is the case. Even tried adding MTI mapping, mux configuration. No Success. What could be the issue.
i have put a mock server to test
Wireshark dump:
port 12015 is the mock server
My Observation:
when Req having field 41 and if response doesnt have field 41 , then response is not received ( Concern !!)
Additionally , When log channel is used , then response is not received
Appreciate if any input on this.. can DE 41 be bypassed if its an expected behaviour or is it a bug.. please assist in overcoming this..Thanks in Advance!
Beta Was this translation helpful? Give feedback.
All reactions