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 di...@apache.org on 2006/10/19 14:47:01 UTC

svn commit: r465609 - /webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h

Author: dinesh
Date: Thu Oct 19 05:46:58 2006
New Revision: 465609

URL: http://svn.apache.org/viewvc?view=rev&rev=465609
Log:
adding trailling /

Modified:
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h?view=diff&rev=465609&r1=465608&r2=465609
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h Thu Oct 19 05:46:58 2006
@@ -35,8 +35,7 @@
   * @{
   */
 /*********************************** Constansts********************************/
-/* Namespace URIs. */
-#define WODEN_NS_URI_WSDL20 "http://www.w3.org/2006/01/wsdl"
+/* Namespace URIs. */ #define WODEN_NS_URI_WSDL20 "http://www.w3.org/2006/01/wsdl/"
 #define WODEN_NS_URI_XMLNS "http://www.w3.org/2000/xmlns/"
 #define WODEN_NS_URI_XSI "http://www.w3.org/2001/XMLSchema-instance"
 
@@ -64,27 +63,27 @@
 #define WODEN_ELEM_ENDPOINT "endpoint"
 
 /* Top-level WSDL 2.0 qualified element names. */
-#define WODEN_Q_ELEM_DESCRIPTION "description|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_DOCUMENTATION "documentation|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_IMPORT "import|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_INCLUDE "include|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_TYPES "types|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_INTERFACE "interface|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_BINDING "binding|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_SERVICE "service|http://www.w3.org/2006/01/wsdl"
+#define WODEN_Q_ELEM_DESCRIPTION "description|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_DOCUMENTATION "documentation|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_IMPORT "import|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_INCLUDE "include|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_TYPES "types|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_INTERFACE "interface|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_BINDING "binding|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_SERVICE "service|http://www.w3.org/2006/01/wsdl/"
 
 /* Nested WSDL 2.0 qualified element names. */
-#define WODEN_Q_ELEM_FAULT "fault|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_OPERATION "operation|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_INPUT "input|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_OUTPUT "output|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_INFAULT "infault|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_OUTFAULT "outfault|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_FEATURE "feature|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_PROPERTY "property|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_VALUE "value|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_CONSTRAINT "constraint|http://www.w3.org/2006/01/wsdl"
-#define WODEN_Q_ELEM_ENDPOINT "endpoint|http://www.w3.org/2006/01/wsdl"
+#define WODEN_Q_ELEM_FAULT "fault|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_OPERATION "operation|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_INPUT "input|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_OUTPUT "output|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_INFAULT "infault|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_OUTFAULT "outfault|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_FEATURE "feature|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_PROPERTY "property|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_VALUE "value|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_CONSTRAINT "constraint|http://www.w3.org/2006/01/wsdl/"
+#define WODEN_Q_ELEM_ENDPOINT "endpoint|http://www.w3.org/2006/01/wsdl/"
 
 /* Attribute names. */
 #define WODEN_ATTR_ID "id"
@@ -132,7 +131,7 @@
 
 
 /* Qualified attribute names.*/
-#define WODEN_Q_ATTR_REQUIRED "required|http://www.w3.org/2006/01/wsdl"
+#define WODEN_Q_ATTR_REQUIRED "required|http://www.w3.org/2006/01/wsdl/"
 
 /* XML Declaration string.*/
 #define WODEN_XML_DECL_DEFAULT "UTF-8"



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