You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2010/01/14 04:44:53 UTC

svn commit: r899051 - /webservices/axis2/trunk/c/include/axis2_const.h

Author: nandika
Date: Thu Jan 14 03:44:53 2010
New Revision: 899051

URL: http://svn.apache.org/viewvc?rev=899051&view=rev
Log:
mep uris updated

Modified:
    webservices/axis2/trunk/c/include/axis2_const.h

Modified: webservices/axis2/trunk/c/include/axis2_const.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_const.h?rev=899051&r1=899050&r2=899051&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_const.h (original)
+++ webservices/axis2/trunk/c/include/axis2_const.h Thu Jan 14 03:44:53 2010
@@ -241,7 +241,7 @@
      */
 #define AXIS2_MEP_URI_IN_ONLY "http://www.w3.org/2004/08/wsdl/in-only"
 
-#define AXIS2_MEP_URI_IN_ONLY_WSDL2 "http://www.w3.org/ns/wsdl/in-only";
+#define AXIS2_MEP_URI_IN_ONLY_WSDL2 "http://www.w3.org/ns/wsdl/in-only"
 
 #define AXIS2_MEP_CONSTANT_IN_ONLY 10
 
@@ -249,6 +249,8 @@
      * 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_CONSTANT_ROBUST_IN_ONLY 11
 
@@ -266,6 +268,8 @@
      */
 #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_CONSTANT_IN_OPTIONAL_OUT 13
 
     /**
@@ -273,6 +277,8 @@
      */
 #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_CONSTANT_OUT_ONLY 14
 
     /**
@@ -280,6 +286,8 @@
      */
 #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_CONSTANT_ROBUST_OUT_ONLY 15
 
     /**
@@ -287,6 +295,8 @@
      */
 #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_CONSTANT_OUT_IN 16
 
     /**
@@ -294,6 +304,8 @@
      */
 #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_CONSTANT_OUT_OPTIONAL_IN 17
 
 #define AXIS2_MEP_CONSTANT_INVALID -1