NonStop SOAP 4.1 User's Manual
axis2_options_set_sender_transport
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_sender_transport
( axis2_options_t * options,
const axutil_env_t * env,
const AXIS2_TRANSPORT_ENUMS sender_transport,
axis2_conf_t * conf )
Description:
This function sets the sender transport.
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 the sender transport to be set.
conf
pointer to conf struct, it is from the conf that the transport is picked with the given name.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_soap_version_uri
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_soap_version_uri
( axis2_options_t * options,
const axutil_env_t * env,
const axis2_char_t * soap_version_uri )
Description:
This function sets the SOAP version URI.
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
soap_version_uri
URI of the SOAP version to be set, can be either
AXIOM_SOAP11_SOAP_ENVELOPE_NAMESPACE_URI or
AXIOM_SOAP12_SOAP_ENVELOPE_NAMESPACE_URI.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_timeout_in_milli_seconds
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_timeout_in_milli_seconds
( axis2_options_t * options,
const axutil_env_t * env,
const long timeout_in_milli_seconds )
Description:
This function sets timeout in milliseconds.
360 NonStop SOAP 4 APIs










