NonStop SOAP 4.1 User's Manual

env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns a pointer to service context struct. The service client owns the returned
pointer.
axis2_svc_client_set_options
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_svc_client_set_options
( axis2_svc_client_t * svc_client,
const axutil_env_t * env,
const axis2_options_t * options
)
Description:
This function sets the options to be used by service client.
Parameters:
svc_client
pointer to service client struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
options
pointer to options structure to be set.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_svc_client_get_options
Synopsis:
AXIS2_EXTERN const axis2_options_t* axis2_svc_client_get_options
( const axis2_svc_client_t * svc_client,
const axutil_env_t * env
)
Description:
This function gets options used by service client.
Parameters:
svc_client
pointer to service client struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns a pointer to the options structure if options set, else returns NULL. It returns a
reference and not a cloned copy.
axis2_svc_client_engage_module
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_svc_client_engage_module
( axis2_svc_client_t * svc_client,
const axutil_env_t * env,
const axis2_char_t * module_name
)
344 NonStop SOAP 4 APIs