Browse Source

added another namespace to WSSE, and created a GLOBUS namespace class with 2 namespaces

main
Matt Rodriguez 20 years ago
parent
commit
1d6fd26c15
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Namespaces.py

+ 4
- 0
Namespaces.py View File

@@ -76,6 +76,7 @@ class OASIS:


class WSSE: class WSSE:
BASE = "http://schemas.xmlsoap.org/ws/2002/04/secext" BASE = "http://schemas.xmlsoap.org/ws/2002/04/secext"
TRUST = "http://schemas.xmlsoap.org/ws/2004/04/trust"




class WSU: class WSU:
@@ -102,3 +103,6 @@ class WSP:
class BEA: class BEA:
SECCONV = "http://schemas.xmlsoap.org/ws/2004/04/sc" 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"

Loading…
Cancel
Save