xml.Serializer.VariableToSoapSection5

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

Syntax

xml.Serializer.VariableToSoapSection5(
   var fgl-type,
   node xml.DomNode )
  1. var is any BDL 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. 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).