xml.Signature.getReferenceURI
Returns the URI of the reference in this signature object.
Syntax
getReferenceURI(
index INTEGER )
RETURNS STRING
- index defines the index in this signature object.
Usage
This method returns the URI of the reference specified in the index index in this signature object.
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).