[ https://issues.apache.org/jira/browse/AXIS2C-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651239#action_12651239 ]
danushka edited comment on AXIS2C-1300 at 11/26/08 8:15 PM: ------------------------------------------------------------------------- Please apply the attached patches inside the directories given below. AXIS2C-1300.1.patch - $ROOT/include AXIS2C-1300.2.patch - $ROOT/samples was (Author: danushka): Please apply the attached patches inside the directories given below. AXIS2C-1300.1.patch - $ROOT/include AXIS2C-1300.1.patch - $ROOT/samples > 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 > Attachments: AXIS2C-1300.1.patch, AXIS2C-1300.2.patch > > > 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]