From dad1e878e591647c8a4aed48abe31c1ef7f390ce Mon Sep 17 00:00:00 2001 From: Joshua Boverhof Date: Mon, 21 Jun 2004 21:40:54 +0000 Subject: [PATCH] ---------------------------------------------------------------------- Modified Files: Namespaces.py -- added 2004 ws-addressing namespaces. ---------------------------------------------------------------------- --- Namespaces.py | 2 ++ 1 file changed, 2 insertions(+) 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: