Configure a server TCP/IP socket to receive XML data ending in a null character, by the use of a message flow with TCPIPServerInput and MQOutput nodes.
Scenario: A client application sends XML data that is delimited by a null character (hex code ‘00').
Instructions: The following steps describe how to break up the record based on the null character, then parse the data.