xml.Serializer.SoapSection5ToVariable

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

Syntax

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

Usage

Use this method to serialize a XML element node defined by node as a DomNode object into a BDL variable in Soap Section 5 encoding.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).