Move Const Definitions from axis2_svc_client.h to axis2_const.h
---------------------------------------------------------------
Key: AXIS2C-1300
URL: https://issues.apache.org/jira/browse/AXIS2C-1300
Project: Axis2-C
Issue Type: Improvement
Reporter: Danushka Menikkumbura
Move the following const definitions from axis2_svc_client.h to axis2_const.h
so that they can be used in modules, etc.
/** Name of anonymous service */
#define AXIS2_ANON_SERVICE "__ANONYMOUS_SERVICE__"
/** out-only MEP operation name */
#define AXIS2_ANON_OUT_ONLY_OP "__OPERATION_OUT_ONLY__"
/** out-only robust MEP operation name */
#define AXIS2_ANON_ROBUST_OUT_ONLY_OP "__OPERATION_ROBUST_OUT_ONLY__"
/** out-in MEP operation name */
#define AXIS2_ANON_OUT_IN_OP "__OPERATION_OUT_IN__"
/** wsdl location in repo*/
#define AXIS2_WSDL_LOCATION_IN_REPO "woden"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]