The XML is sent by JMS as below format:
reqMsg.setJMSType("mcd://mrm//" + msgType + "?format=CwXML");
WMB trace file throws the below error:
See the following messages for details of the error.
2010-03-31  16:49:05.949233 13942 ParserException BIP5313E: Message format ''CwXML'' is not  defined for message set ''RR_MVNO_Port_In_MessageSet (H74SG78002001)''.
The  broker received a message for processing within the MRM domain.
However, the  message cannot be processed because the message format specified in the physical  format identifier ''CwXML'' has not been defined for message set  ''RR_MVNO_Port_In_MessageSet (H74SG78002001)''.
The message format describes  the physical representation of the message, and you can specify this format  either in the properties on an input node, or dynamically within an MQRFH2  message header.
The solution is to add one more "XML Wire Formats" at the Message Set.
Also, need to make sure the MQInput node's Message Domain & Message Set are set with the correct values.
No comments:
Post a Comment