summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar nandika2010-02-22 08:15:27 +0000
committerGravatar nandika2010-02-22 08:15:27 +0000
commit405c5c6c13c7f5ac6b122ae5fba20415ba51351c (patch)
treedb229535eacda8f728a192ecbe19fc902e9a54b6 /include
parent095b593100798fe064d94ec2794b88fec1cf2e37 (diff)
downloadaxis2c-405c5c6c13c7f5ac6b122ae5fba20415ba51351c.tar.gz
axis2c-405c5c6c13c7f5ac6b122ae5fba20415ba51351c.tar.bz2
invalid url const corrected
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@912506 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/axis2_const.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/axis2_const.h b/include/axis2_const.h
index 1923bab..bc8d862 100644
--- a/include/axis2_const.h
+++ b/include/axis2_const.h
@@ -249,7 +249,7 @@ extern "C"
* 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 @@ extern "C"
*/
#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 @@ extern "C"
*/
#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 @@ extern "C"
*/
#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 @@ extern "C"
*/
#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 @@ extern "C"
*/
#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