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 na...@apache.org on 2009/10/07 13:33:01 UTC

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

Author: nandika
Date: Wed Oct  7 11:33:01 2009
New Revision: 822671

URL: http://svn.apache.org/viewvc?rev=822671&view=rev
Log:
mep uri added

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=822671&r1=822670&r2=822671&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_const.h (original)
+++ webservices/axis2/trunk/c/include/axis2_const.h Wed Oct  7 11:33:01 2009
@@ -241,6 +241,8 @@
      */
 #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_CONSTANT_IN_ONLY 10
 
     /**
@@ -255,6 +257,8 @@
      */
 #define AXIS2_MEP_URI_IN_OUT "http://www.w3.org/2004/08/wsdl/in-out"
 
+#define AXIS2_MEP_URI_IN_OUT_WSDL2 "http://www.w3.org/ns/wsdl/in-out"
+
 #define AXIS2_MEP_CONSTANT_IN_OUT 12
 
     /**