NonStop SOAP 4.1 User's Manual
axis2_options_set_parent
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_parent
( axis2_options_t * options,
const axutil_env_t * env,
const axis2_options_t * parent )
Description:
This function sets the parent options.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
parent
pointer to parent options struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_action
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_action
( axis2_options_t * options,
const axutil_env_t * env,
const axis2_char_t * action )
Description:
This function sets the WSA 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 action string.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_fault_to
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_fault_to
( axis2_options_t * options,
const axutil_env_t * env,
axis2_endpoint_ref_t * fault_to )
Description:
This function sets the fault_to address.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Client API Module 355










