xml.Serializer.CreateXmlSchemas

Creates XML schemas corresponding to the given variable var, and fills the dynamic array ar with xml.DomDocument objects each representing an XML schema.

Syntax

xml.Serializer.CreateXmlSchemas(
   var fgl-type,
   ar DYNAMIC ARRAY OF xml.DomDocument )
  1. var is a given variable.
  2. ar is a dynamic array of xml.DomDocument objects, each representing an XML schema.

Usage

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).