NonStop SOAP 4.1 User's Manual

xis2_options_get_soap_version_uri
Synopsis:
AXIS2_EXTERN const axis2_char_t* axis2_options_get_soap_version_uri
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets the SOAP version URI.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns the string representing SOAP version URI.
axis2_options_get_timeout_in_milli_seconds
Synopsis:
AXIS2_EXTERN long axis2_options_get_timeout_in_milli_seconds
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets the wait time after which a client times out in a blocking scenario. The default is
AXIS2_DEFAULT_TIMEOUT_MILLISECONDS.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns timeout in milliseconds.
axis2_options_get_parent
Synopsis:
AXIS2_EXTERN axis2_options_t* axis2_options_get_parent
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets the parent options.
Parameters:
options
pointer to options 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 parent options structure if set, else returns NULL.
354 NonStop SOAP 4 APIs