Configuring a server socket to receive XML data and discover the end of a record (by using the message model)
Configure a server socket to receive XML data and use the message model to determine the end of a record, by the use of a message flow with TCPIPServerInput and MQOutput nodes.
About this task
Scenario: A client application sends an XML document with no clear indication of the end of the record.
Instructions: The following steps show how to break up the record by the use of the XML parser to signal when the whole XML document as been received. The parser uses the end XML tag to signal the end of the message.