LoadXMLString method: Message class
Syntax
LoadXMLString(XMLstring)
Description
The LoadXMLString method loads the message object executing the method with the XML string XMLstring.
Parameters
| Parameter | Description |
|---|---|
|
XMLString |
Specify the XML string to be loaded into the message object. |
Returns
None.
Example
&MSG = CreateMessage(OPERATION.PO_HEADER);
&MSG.LoadXMLString(&XML_STRING);
Related Topics