NonStop SOAP 4.1 User's Manual
axis2_options_set_message_id
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_message_id
( axis2_options_t * options,
const axutil_env_t * env,
const axis2_char_t * message_id )
Description:
This function sets message ID.
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
message_id
pointer to message_id structure
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_properties
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_properties
( axis2_options_t * options,
const axutil_env_t * env,
axutil_hash_t * properties )
Description:
This function sets the properties hash map.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
properties
pointer to properties hash map. options takes over the ownership of the hash struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_property
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_property
( axis2_options_t * options,
const axutil_env_t * env,
const axis2_char_t * property_key,
const void * property )
Description:
This function sets a property with the given key value.
Parameters:
options
pointer to options struct.
358 NonStop SOAP 4 APIs










