diff --git a/Namespaces.py b/Namespaces.py index cc05b1e..60eaa0f 100755 --- a/Namespaces.py +++ b/Namespaces.py @@ -80,7 +80,9 @@ class WSR: class WSA: ADDRESS = "http://schemas.xmlsoap.org/ws/2003/03/addressing" + ADDRESS2004 = "http://schemas.xmlsoap.org/ws/2004/03/addressing" ANONYMOUS = "%s/role/anonymous" %ADDRESS + ANONYMOUS2004 = "%s/role/anonymous" %ADDRESS2004 FAULT = "http://schemas.xmlsoap.org/ws/2004/03/addressing/fault" class WSP: