You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2008/03/26 07:27:21 UTC

svn commit: r641171 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/namespace/Constants.java

Author: ruwan
Date: Tue Mar 25 23:27:20 2008
New Revision: 641171

URL: http://svn.apache.org/viewvc?rev=641171&view=rev
Log:
Fixing the WSDL20 namespace

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/namespace/Constants.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/namespace/Constants.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/namespace/Constants.java?rev=641171&r1=641170&r2=641171&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/namespace/Constants.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/namespace/Constants.java Tue Mar 25 23:27:20 2008
@@ -121,7 +121,7 @@
             "http://schemas.xmlsoap.org/wsdl/";
 
     public static final String NS_URI_WSDL20 =
-            "http://www.w3.org/2004/03/wsdl";
+            "http://www.w3.org/ns/wsdl";
 
     //
     // WSDL extensions for SOAP in DIME



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org