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