NonStop SOAP 4.1 User's Manual

Parameters:
om_attribute
pointer to om_attribute structure
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
localname
is the localname that should be set for this attribute.
Return Values:
This function returns:
AXIS2_SUCCESS on success
AXIS2_FAILURE on failure
The axiom_attribute_set_value() Function
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_attribute_set_value
( struct axiom_attribute * om_attribute,
const axutil_env_t * env,
const axis2_char_t * value )
Description:
Thie function sets the attribute value.
Parameters:
om_attribute
pointer to om_attribute structure
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
value
is the value that should be set for this attribute.
Return Values:
This function returns:
AXIS2_SUCCESS on success
AXIS2_FAILURE on failure
The axiom_attribute_set_namespace() Function
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_attribute_set_namespace
( struct axiom_attribute * om_attribute,
const axutil_env_t * env,
axiom_namespace_t * om_namespace )
Description:
This function sets the namespace of the attribute.
Parameters:
om_attribute
pointer to om_attribute structure
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
AXIOM APIs 319