Module: WSS4R::Security::Util::Namespaces

Defined in:
lib/wss4r/security/util/namespaces.rb

Constant Summary collapse

XSI =
"http://www.w3.org/2001/XMLSchema-instance"
XSD =
"http://www.w3.org/2001/XMLSchema"
WSA =
"http://schemas.xmlsoap.org/ws/2004/08/addressing"
WSU =
"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
SOAP =
"http://schemas.xmlsoap.org/soap/envelope/"
WSSE =
"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
XENC =
"http://www.w3.org/2001/04/xmlenc#"
DS =
"http://www.w3.org/2000/09/xmldsig#"
S11 =
"http://schemas.xmlsoap.org/soap/envelope/"
S12 =
"http://www.w3.org/2003/05/soap-envelope"
XENCD =
"http://schemas.xmlsoap.org/soap/encoding/"