GetMessageXmlDoc
Mon 01 January 2018Syntax
GetMessageXmlDoc()
Description
Use the GetMessageXmlDoc function in any of the messaging PeopleCode events.
Note: This function has been deprecated and remains for backward compatibility only. Use the Message class GetXMLDoc method instead.
It retrieves an XML message, either from the message queue for asynchronous messages, or in memory for synchronous messages, for the current message being processed. An XML message is a message that is unstructured, that is, isn't based on a record hierarchy. It creates and loads a data tree for the default message version, and returns NULL if not successful.
Parameters
None.
Returns
A reference to an XmlDoc object if successful, NULL if not successful.