xml.Signature.setReferenceID

Sets an ID for the signature reference in the specified signature object.

Syntax

setReferenceID(
   index INTEGER,
   id STRING )
  1. index defines the index value.
  2. 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).