xml.Signature.setObjectID
Sets an ID for the signature object.
Syntax
setObjectID(
index INTEGER,
id STRING )
- index defines the index value.
- id defines the value to be set.
Usage
This method sets the ID defined by id value for the signature object specified in the index (index).
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).