xml.Signature.createObject
Creates a new object that will embed additional XML nodes.
Syntax
createObject()
RETURNS INTEGER
Usage
The returned value represents the index for any further manipulation of this signature object.
Note:
An object is enveloping additional XML nodes, but is not necessarily signed unless there is a reference on it.
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).