NonStop SOAP 4.1 User's Manual
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
timeout_in_milli_seconds
timeout in milli seconds. The value can range from 0 to 2,147,483,647 milli seconds.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_transport_info
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_transport_info
( axis2_options_t * options,
const axutil_env_t * env,
const AXIS2_TRANSPORT_ENUMS sender_transport,
const AXIS2_TRANSPORT_ENUMS receiver_transport,
const axis2_bool_t use_separate_listener )
Description:
This function sets transport information. Transport information includes the name of the sender
transport, name of the receiver transport and if a separate listener to be used to receive response.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
sender_transport
name of sender transport to be used.
receiver_transport
name of receiver transport to be used.
use_separate_listener
bool value indicating whether to use a separate listener or not.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_get_manage_session
Synopsis:
AXIS2_EXTERN axis2_bool_t axis2_options_get_manage_session
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets manage session bool value.
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 AXIS2_TRUE if session is managed, else returns AXIS2_FALSE.
Client API Module 361










