You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2005/11/10 14:09:20 UTC

svn commit: r332284 - in /incubator/woden/java: src/org/apache/woden/internal/wsdl20/Constants.java test/org/apache/woden/badDescriptionTags.wsdl test/org/apache/woden/primer-hotelReservationService.wsdl

Author: jkaputin
Date: Thu Nov 10 05:09:07 2005
New Revision: 332284

URL: http://svn.apache.org/viewcvs?rev=332284&view=rev
Log:
changed the date in the wsdl namespace from
2005/05/ to 2005/08/

Modified:
    incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java
    incubator/woden/java/test/org/apache/woden/badDescriptionTags.wsdl
    incubator/woden/java/test/org/apache/woden/primer-hotelReservationService.wsdl

Modified: incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java?rev=332284&r1=332283&r2=332284&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java (original)
+++ incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java Thu Nov 10 05:09:07 2005
@@ -28,7 +28,7 @@
 {
     // Namespace URIs.
     public static final String NS_URI_WSDL20 =
-        "http://www.w3.org/2005/05/wsdl";
+        "http://www.w3.org/2005/08/wsdl";
     public static final String NS_URI_XMLNS =
         "http://www.w3.org/2000/xmlns/";
 

Modified: incubator/woden/java/test/org/apache/woden/badDescriptionTags.wsdl
URL: http://svn.apache.org/viewcvs/incubator/woden/java/test/org/apache/woden/badDescriptionTags.wsdl?rev=332284&r1=332283&r2=332284&view=diff
==============================================================================
--- incubator/woden/java/test/org/apache/woden/badDescriptionTags.wsdl (original)
+++ incubator/woden/java/test/org/apache/woden/badDescriptionTags.wsdl Thu Nov 10 05:09:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?> 
 <xdescription 
-    xmlns="http://www.w3.org/2005/05/wsdl"
+    xmlns="http://www.w3.org/2005/08/wsdl"
     targetNamespace= "http://greath.example.com/2004/wsdl/resSvc" 
     xmlns:tns= "http://greath.example.com/2004/wsdl/resSvc"
     xmlns:ghns = "http://greath.example.com/2004/schemas/resSvc"

Modified: incubator/woden/java/test/org/apache/woden/primer-hotelReservationService.wsdl
URL: http://svn.apache.org/viewcvs/incubator/woden/java/test/org/apache/woden/primer-hotelReservationService.wsdl?rev=332284&r1=332283&r2=332284&view=diff
==============================================================================
--- incubator/woden/java/test/org/apache/woden/primer-hotelReservationService.wsdl (original)
+++ incubator/woden/java/test/org/apache/woden/primer-hotelReservationService.wsdl Thu Nov 10 05:09:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?> 
 <description 
-    xmlns="http://www.w3.org/2005/05/wsdl"
+    xmlns="http://www.w3.org/2005/08/wsdl"
     targetNamespace= "http://greath.example.com/2004/wsdl/resSvc" 
     xmlns:tns= "http://greath.example.com/2004/wsdl/resSvc"
     xmlns:ghns = "http://greath.example.com/2004/schemas/resSvc"



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