NonStop SOAP 4.1 User's Manual
env
is a pointer to the environment struct. The env parameter must not be NULL.
property_key
property key string.
property
pointer to property to be set.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_reply_to
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_reply_to
( axis2_options_t * options,
const axutil_env_t * env,
axis2_endpoint_ref_t * reply_to )
Description:
This function sets reply to address.
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
reply_to
pointer to endpoint reference structure representing reply 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_out
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_transport_out
( axis2_options_t * options,
const axutil_env_t * env,
axis2_transport_out_desc_t * transport_out )
Description:
This function sets the transport out description.
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
transport_out
pointer to transport out description struct. options takes over the ownership of the struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
Client API Module 359










