NonStop SOAP 4.1 User's Manual
axis2_options_set_manage_session
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_manage_session
( axis2_options_t * options,
const axutil_env_t * env,
const axis2_bool_t manage_session )
Description:
This function sets manage session bool value.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
manage_session
manage session bool value.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_msg_info_headers
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_msg_info_headers
( axis2_options_t * options,
const axutil_env_t * env,
axis2_msg_info_headers_t * msg_info_headers )
Description:
This function sets WSA message information headers.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
pointer
to message information headers struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_get_msg_info_headers
Synopsis:
AXIS2_EXTERN axis2_msg_info_headers_t* axis2_options_get_msg_info_headers
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets WSA message information headers.
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
362 NonStop SOAP 4 APIs










