Author: ruchithf
Date: Wed Dec  6 00:42:01 2006
New Revision: 482965

URL: http://svn.apache.org/viewvc?view=rev&rev=482965
Log:
Updating to WSS-1.1 namespaces and added the WSS-1.1 spec

Added:
    webservices/wss4j/trunk/specs/wss-v1.1-spec-os-SOAPMessageSecurity.pdf   
(with props)
Removed:
    
webservices/wss4j/trunk/specs/oasis-2005xx-wss-soap-message-security-1.1-CD.pdf
Modified:
    webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java

Added: webservices/wss4j/trunk/specs/wss-v1.1-spec-os-SOAPMessageSecurity.pdf
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/specs/wss-v1.1-spec-os-SOAPMessageSecurity.pdf?view=auto&rev=482965
==============================================================================
Binary file - no diff available.

Propchange: 
webservices/wss4j/trunk/specs/wss-v1.1-spec-os-SOAPMessageSecurity.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java?view=diff&rev=482965&r1=482964&r2=482965
==============================================================================
--- webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java 
(original)
+++ webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java Wed Dec 
 6 00:42:01 2006
@@ -31,14 +31,14 @@
      * At first the WSS namespaces as per WSS specifications
      */
     public static final String WSSE_NS = 
"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";;
-    public static final String WSSE11_NS = 
"http://docs.oasis-open.org/wss/2005/xx/oasis-2005xx-wss-wssecurity-secext-1.1.xsd";;
+    public static final String WSSE11_NS = 
"http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd";;
     public static final String WSU_NS = 
"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";;
     
     /*
      * The base UIRs for the various profiles.
      */
     public static final String SOAPMESSAGE_NS = 
"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0";;
-    public static final String SOAPMESSAGE_NS11 = 
"http://docs.oasis-open.org/wss/2004/xx/oasis-2004xx-wss-soap-message-security-1.0";;
+    public static final String SOAPMESSAGE_NS11 = 
"http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1";;
     public static final String USERNAMETOKEN_NS = 
"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0";;
     public static final String X509TOKEN_NS = 
"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0";;
     public static final String SAMLTOKEN_NS = 
"http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0";;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to