NonStop SOAP 4.1 User's Manual
http_header_list
array list containing HTTP Headers.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_create
Synopsis:
AXIS2_EXTERN axis2_options_t* axis2_options_create
( const axutil_env_t * env )
Description:
This function creates the options struct.
Parameters:
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns a pointer to newly created options struct, or returns NULL on error with the
error code set in the environment's error.
Context Hierarchy
message context
The axis2_msg_ctx_get_base()Function
Synopsis:
AXIS2_EXTERN axis2_ctx_t* axis2_msg_ctx_get_base
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env )
Description:
This function gets the base, which is of type context.
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 base context structure.
The axis2_msg_ctx_get_parent()Function
Synopsis:
AXIS2_EXTERN struct axis2_op_ctx* axis2_msg_ctx_get_parent
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env )
Description:
This function gets the parent. Parent of a message context is of type operation context.
Parameters:
msg_ctx
is the message context
env
is a pointer to an environment structure. It cannot have a NULL value.
Context Hierarchy 365










