xml.Signature.setCanonicalization
Sets the canonicalization method to use for the signature.
Syntax
setCanonicalization(
url STRING )
- url defines one of the four canonicalization identifier.
Usage
This method sets the canonicalization method to use for the signature. The default value is the c14nmethod.
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).