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.
Note:
Windows® .NET default c14n canonicalization method is not compatible with the W3C standard, therefore it is recommended to use the exc-c14n method when interoperating with a Windows system.
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).