xml.Serializer.VariableToSoapSection5

Serializes a 4GL variable into an XML element node in Soap Section 5 encoding.

Syntax

xml.Serializer.VariableToSoapSection5(
   var VARIABLE,
   node xml.DomNode )
  1. var is any 4GL variable with optional XML mapping attributes.
  2. node is a DomNode object of type ELEMENT_NODE or DOCUMENT_FRAGMENT_NODE.

Usage

The resulting XML element node of the serialization process will be appended to the last child of the given node.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.