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 sa...@apache.org on 2007/09/07 12:31:18 UTC

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

Author: samisa
Date: Fri Sep  7 03:31:18 2007
New Revision: 573533

URL: http://svn.apache.org/viewvc?rev=573533&view=rev
Log:
Fixed the service prefix problems

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=573533&r1=573532&r2=573533&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_const.h (original)
+++ webservices/axis2/trunk/c/include/axis2_const.h Fri Sep  7 03:31:18 2007
@@ -125,10 +125,10 @@
     AXIS2_TRANSPORT_ENUM_MAX
 } AXIS2_TRANSPORT_ENUMS;
 
-/**
- * Field LISTSERVICES
- */
-#define AXIS2_REQUEST_URL_PREFIX "/services"
+/** Service URL prefix */
+#ifndef AXIS2_REQUEST_URL_PREFIX
+#define AXIS2_REQUEST_URL_PREFIX "/services" 
+#endif
 
 #define AXIS2_LISTSERVICES "listServices"
 



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