NonStop SOAP 4.1 User's Manual
Return Values:
This function returns SOAP Action string if set, else returns NULL.
axis2_options_set_soap_action
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_soap_action
( axis2_options_t * options,
const axutil_env_t * env,
axutil_string_t * soap_action )
Description:
This function sets the SOAP action.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
action
pointer to SOAP action string.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_free
Synopsis:
AXIS2_EXTERN void axis2_options_free
( axis2_options_t * options,
const axutil_env_t * env )
Description:
This function frees the options struct.
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns void.
axis2_options_set_http_headers
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_http_headers
( axis2_options_t * options,
const axutil_env_t * env,
axutil_array_list_t * http_header_list )
Description:
This function sets the additional HTTP headers to be sent.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
364 NonStop SOAP 4 APIs










