The Serializer class / xml.Serializer methods |
Creates XML schemas corresponding to the given variable var, and fills the dynamic array ar with xml.DomDocument objects each representing an XML schema.
xml.Serializer.CreateXmlSchemas( var fgl-type, ar DYNAMIC ARRAY OF xml.DomDocument )
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).