NonStop SOAP 4.1 User's Manual
fault_to
pointer to endpoint reference structure representing fault_to address. options takes over
the ownership of the struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_from
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_from
( axis2_options_t * options,
const axutil_env_t * env,
axis2_endpoint_ref_t * from )
Description:
This function sets from address.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
from
pointer to endpoint reference structure representing from to address. options takes over the
ownership of the struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_to
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_to
( axis2_options_t * options,
const axutil_env_t * env,
axis2_endpoint_ref_t * to )
Description:
This function sets the to address.
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
to
pointer to endpoint reference structure representing to address. options takes over the
ownership of the struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_transport_receiver
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_transport_receiver
( axis2_options_t * options,
const axutil_env_t * env,
axis2_transport_receiver_t * receiver )
356 NonStop SOAP 4 APIs










