Browse Source

----------------------------------------------------------------------

Modified Files:
 	Namespaces.py -- added 2004 ws-addressing namespaces.
 ----------------------------------------------------------------------
main
Joshua Boverhof 20 years ago
parent
commit
dad1e878e5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Namespaces.py

+ 2
- 0
Namespaces.py View File

@@ -80,7 +80,9 @@ class WSR:


class WSA: class WSA:
ADDRESS = "http://schemas.xmlsoap.org/ws/2003/03/addressing" ADDRESS = "http://schemas.xmlsoap.org/ws/2003/03/addressing"
ADDRESS2004 = "http://schemas.xmlsoap.org/ws/2004/03/addressing"
ANONYMOUS = "%s/role/anonymous" %ADDRESS ANONYMOUS = "%s/role/anonymous" %ADDRESS
ANONYMOUS2004 = "%s/role/anonymous" %ADDRESS2004
FAULT = "http://schemas.xmlsoap.org/ws/2004/03/addressing/fault" FAULT = "http://schemas.xmlsoap.org/ws/2004/03/addressing/fault"


class WSP: class WSP:


Loading…
Cancel
Save