NonStop SOAP 4.1 User's Manual

msg_id
Return Values:
AXIS2_SUCCESS on success.
AXIS2_FAILURE on failure.
The axis2_msg_ctx_get_msg_id()Function
Synopsis:
AXIS2_EXTERN const axis2_char_t* axis2_msg_ctx_get_msg_id
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env )
Description:
This function gets the message ID.
Parameters:
msg_ctx
is the message context
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
This function returns the message ID string corresponding to the message context.
The axis2_msg_ctx_get_server_side()Function
Synopsis:
AXIS2_EXTERN axis2_bool_t axis2_msg_ctx_get_server_side
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env )
Description:
Parameters:
msg_ctx
is the message context
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
AXIS2_SUCCESS on success.
AXIS2_FAILURE on failure.
The axis2_msg_ctx_set_soap_envelope()Function
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_msg_ctx_set_soap_envelope
( axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env,
struct axiom_soap_envelope * soap_envelope )
Description:
This function sets the SOAP envelope. The fact that if it is the request SOAP envelope or that of
response depends on the current status represented by message context.
Parameters:
msg_ctx
is the message context
368 NonStop SOAP 4 APIs