BIP5399
Severity
20 : ErrorMessage
A message identification mismatch occurred in a multipart message.
Expected embedded message: <insert_2>
Actual embedded message: <insert_1>
Message set: <insert_0>Explanation
The broker has identified an embedded message in the bit stream of the multipart message '<insert_1>', defined within message set '<insert_0>'. However, this contradicts the expected embedded message type '<insert_2>', which has been identified by way of a previously parsed element or attribute that has the 'InterpretValueAs' property set to 'MessageIdentity'.Response
The broker has encountered a self describing embedded message (typically by way of an XML tag name) in the bit stream. However, this message does not correspond with the expected value as identified by a previously parsed 'Message Identity' field.
Ensure that:
1) The 'InterpretValueAs = MessageIdentity' property is correctly specified on an appropriate element/attribute in the message model.
2) The embedded message tag name '<insert_1>' in the input bit stream is as expected.