Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

WS-Security properties

These properties control the behavior of WS-Security X.509 tokens.

PropertyDescription
glide.soap.msg\_digest.algorithmSpecifies the method digest algorithm. Possible values are SHA-1, SHA-256, and SHA-512. - Type: String - Default value: SHA-1 - Location: Add to the System Property \[sys\_properties\] table
glide.soap.signature.algorithmSpecifies the signature algorithm. Possible values are RSA-SHA-1, RSA-SHA-256, and RSA-SHA-512.- Type: String - Default value: RSA-SHA-1 - Location: Add to the System Property \[sys\_properties\] table
glide.soap.canonical.algorithmSpecifies the cannonicalization algorithm. Possible values are Canonical xml 1.0, Canonical xml 1.0 with Comments, Exclusive Canonical xml 1.0, and Exclusive Canonical xml 1.0 with Comments.- Type: String - Default value: Exclusive Canonical xml 1.0 - Location: Add to the System Property \[sys\_properties\] table

Each possible value for these properties represents a standard WS-Security algorithm.

ValueAlgorithm
Method digest algorithms
SHA-1http://www.w3.org/2000/09/xmldsig#sha1
SHA-256http://www.w3.org/2001/04/xmlenc#sha256
SHA-512http://www.w3.org/2001/04/xmlenc#sha512
Signature algorithms
RSA-SHA-1http://www.w3.org/2000/09/xmldsig#rsa-sha1
RSA-SHA-256http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
RSA-SHA-512http://www.w3.org/2001/04/xmldsig-more#rsa-sha512
Cannonicalization algorithms
Canonical xml 1.0http://www.w3.org/TR/2001/REC-xml-c14n-20010315
Canonical xml 1.0 with Commentshttp://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
Exclusive Canonical xml 1.0http://www.w3.org/2001/10/xml-exc-c14n#
Exclusive Canonical xml 1.0 with commentshttp://www.w3.org/2001/10/xml-exc-c14n#WithComments

Parent Topic:SOAP web service