From 4e2cf34e4c9ed42f1ee5fb56a0c9dc7ad674805e Mon Sep 17 00:00:00 2001 From: Matt Rodriguez Date: Wed, 20 Oct 2004 01:33:30 +0000 Subject: [PATCH] added the BEA class, which is an organization which has created schema for the SecureConversation protocol --- Namespaces.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Namespaces.py b/Namespaces.py index 08bb4ea..700c161 100755 --- a/Namespaces.py +++ b/Namespaces.py @@ -72,7 +72,7 @@ class OASIS: ''' WSSE = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" UTILITY = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" - + class WSSE: BASE = "http://schemas.xmlsoap.org/ws/2002/04/secext" @@ -99,5 +99,6 @@ class WSA: class WSP: POLICY = "http://schemas.xmlsoap.org/ws/2002/12/policy" - +class BEA: + SECCONV = "http://schemas.xmlsoap.org/ws/2004/04/sc"