NonStop SOAP 4.1 User's Manual
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
This function returns a pointer to the SOAP envelope stored within message context.
The axis2_msg_ctx_get_response_soap_envelope()Function
Synopsis:
AXIS2_EXTERN struct axiom_soap_envelope* axis2_msg_ctx_get_response_soap_envelope ( const axis2_msg_ctx_t *
msg_ctx,
const axutil_env_t * env )
Description:
This function gets the SOAP envelope of the response.
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 a pointer to response SOAP envelope stored within message context.
The axis2_msg_ctx_get_fault_soap_envelope()Function
Synopsis:
AXIS2_EXTERN struct axiom_soap_envelope* axis2_msg_ctx_get_fault_soap_envelope
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env )
Description:
This function gets the fault SOAP envelope.
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 a pointer to the fault SOAP envelope stored within message context.
The axis2_msg_ctx_set_msg_id()Function
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_msg_ctx_set_msg_id
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env,
axis2_char_t * msg_id )
Description:
This function sets the message ID.
Parameters:
msg_ctx
is the message context
env
is a pointer to an environment structure. It cannot have a NULL value.
Context Hierarchy 367










