Author: nandika
Date: Mon Feb 22 08:15:27 2010
New Revision: 912506

URL: http://svn.apache.org/viewvc?rev=912506&view=rev
Log:
invalid url const corrected

Modified:
    axis/axis2/c/core/trunk/include/axis2_const.h

Modified: axis/axis2/c/core/trunk/include/axis2_const.h
URL: 
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/include/axis2_const.h?rev=912506&r1=912505&r2=912506&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/include/axis2_const.h (original)
+++ axis/axis2/c/core/trunk/include/axis2_const.h Mon Feb 22 08:15:27 2010
@@ -249,7 +249,7 @@
      * Field MEP_URI_ROBUST_IN_ONLY
      */
 #define AXIS2_MEP_URI_ROBUST_IN_ONLY 
"http://www.w3.org/2004/08/wsdl/robust-in-only";
-#define AXIS2_MEP_URI_ROBUST_IN_ONLY_WSDL2 
"http://www.w3.org/wsdl/robust-in-only";
+#define AXIS2_MEP_URI_ROBUST_IN_ONLY_WSDL2 
"http://www.w3.org/ns/wsdl/robust-in-only";
 
 
 #define AXIS2_MEP_CONSTANT_ROBUST_IN_ONLY 11
@@ -268,7 +268,7 @@
      */
 #define AXIS2_MEP_URI_IN_OPTIONAL_OUT 
"http://www.w3.org/2004/08/wsdl/in-opt-out";
 
-#define AXIS2_MEP_URI_IN_OPTIONAL_OUT_WSDL2 "http://www.w3.org/wsdl/in-opt-out";
+#define AXIS2_MEP_URI_IN_OPTIONAL_OUT_WSDL2 
"http://www.w3.org/ns/wsdl/in-opt-out";
 
 #define AXIS2_MEP_CONSTANT_IN_OPTIONAL_OUT 13
 
@@ -277,7 +277,7 @@
      */
 #define AXIS2_MEP_URI_OUT_ONLY "http://www.w3.org/2004/08/wsdl/out-only";
 
-#define AXIS2_MEP_URI_OUT_ONLY_WSDL2 "http://www.w3.org/wsdl/out-only";
+#define AXIS2_MEP_URI_OUT_ONLY_WSDL2 "http://www.w3.org/ns/wsdl/out-only";
 
 #define AXIS2_MEP_CONSTANT_OUT_ONLY 14
 
@@ -286,7 +286,7 @@
      */
 #define AXIS2_MEP_URI_ROBUST_OUT_ONLY 
"http://www.w3.org/2004/08/wsdl/robust-out-only";
 
-#define AXIS2_MEP_URI_ROBUST_OUT_ONLY_WSDL2 
"http://www.w3.org/wsdl/robust-out-only";
+#define AXIS2_MEP_URI_ROBUST_OUT_ONLY_WSDL2 
"http://www.w3.org/ns/wsdl/robust-out-only";
 
 #define AXIS2_MEP_CONSTANT_ROBUST_OUT_ONLY 15
 
@@ -295,7 +295,7 @@
      */
 #define AXIS2_MEP_URI_OUT_IN "http://www.w3.org/2004/08/wsdl/out-in";
 
-#define AXIS2_MEP_URI_OUT_IN_WSDL2 "http://www.w3.org/wsdl/out-in";
+#define AXIS2_MEP_URI_OUT_IN_WSDL2 "http://www.w3.org/ns/wsdl/out-in";
 
 #define AXIS2_MEP_CONSTANT_OUT_IN 16
 
@@ -304,7 +304,7 @@
      */
 #define AXIS2_MEP_URI_OUT_OPTIONAL_IN 
"http://www.w3.org/2004/08/wsdl/out-opt-in";
 
-#define AXIS2_MEP_URI_OUT_OPTIONAL_IN_WSDL2 "http://www.w3.org/wsdl/out-opt-in";
+#define AXIS2_MEP_URI_OUT_OPTIONAL_IN_WSDL2 
"http://www.w3.org/ns/wsdl/out-opt-in";
 
 #define AXIS2_MEP_CONSTANT_OUT_OPTIONAL_IN 17
 


Reply via email to