Wrong parameter type doc commented for the function axis2_op_ctx_get_msg_ctx()
------------------------------------------------------------------------------
Key: AXIS2C-1136
URL: https://issues.apache.org/jira/browse/AXIS2C-1136
Project: Axis2-C
Issue Type: Bug
Reporter: Damitha Kumarage
For the third parameter it is documented as message ID string which is wrong.
It should be corrected as message label of type axis2_wsdl_msg_labels_t.
/**
* Gets message context with the given message ID.
* @param op_ctx pointer to operation context
* @param env pointer to environment struct
* @param message_id message ID string
* @return pointer to message context with given ID
*/
AXIS2_EXTERN axis2_msg_ctx_t *AXIS2_CALL
axis2_op_ctx_get_msg_ctx(
const axis2_op_ctx_t * op_ctx,
const axutil_env_t * env,
const axis2_wsdl_msg_labels_t message_id);
--
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]