xml.Serializer.CreateXmlSchemas
Creates XML schemas corresponding to the given variable, and fills a dynamic array with xml.DomDocument objects each representing a XML schema.
Syntax
xml.Serializer.CreateXmlSchemas(
var RECORD,
schemas RECORD )
- var is a given variable.
- schemas is a dynamic array of xml.DomDocument objects, each representing an XML schema.
Usage
Use this method to create XML schemas corresponding to the given variable var,
and fill the dynamic array schemas with xml.DomDocument
objects
each representing a XML schema.
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).