From 1d6fd26c15c0f5a013b2532177eb78b9631553f0 Mon Sep 17 00:00:00 2001 From: Matt Rodriguez Date: Thu, 21 Oct 2004 06:40:40 +0000 Subject: [PATCH] added another namespace to WSSE, and created a GLOBUS namespace class with 2 namespaces --- Namespaces.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Namespaces.py b/Namespaces.py index 700c161..7815a8d 100755 --- a/Namespaces.py +++ b/Namespaces.py @@ -76,6 +76,7 @@ class OASIS: class WSSE: BASE = "http://schemas.xmlsoap.org/ws/2002/04/secext" + TRUST = "http://schemas.xmlsoap.org/ws/2004/04/trust" class WSU: @@ -102,3 +103,6 @@ class WSP: class BEA: SECCONV = "http://schemas.xmlsoap.org/ws/2004/04/sc" +class GLOBUS: + SECCONV = "http://wsrf.globus.org/core/2004/07/security/secconv" + CORE = "http://www.globus.org/namespaces/2004/06/core"