xml.Serializer.SoapSection5ToVariable

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

Syntax

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

Usage

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