Imported from previous forum
Is it proper to return a session-level reject if the reported number of instances of a repeating group does not match the provided number of repeating groups in a message?
Thanks
Robert, did you check out tag 373 SessionRejectReason? Value 16 = “Incorrect NumInGroup count for repeating group” seems to be exactly what you need. The parser has to step through anyway and can do this check on the fly.
Is it proper to return a session-level reject if the reported number of instances of a repeating group does not match the provided number of repeating groups in a message?
Thanks