NonStop SOAP 4.1 User's Manual
Parameters:
om_attribute
is a pointer to attribute structure.
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
Return Values:
This function returns the localname and returns NULL on error.
The axiom_attribute_get_value()Function
Synopsis:
AXIS2_EXTERN axis2_char_t* axiom_attribute_get_value
( struct axiom_attribute * om_attribute,
const axutil_env_t * env )
Description:
This function returns value of this 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.
Return Values:
This function returns the attribute value on success or returns NULL on error.
The axiom_attribute_get_namespace() Function
Synopsis:
AXIS2_EXTERN axiom_namespace_t* axiom_attribute_get_namespace
( struct axiom_attribute * om_attribute,
const axutil_env_t * env )
Description:
This function returns namespace of this 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.
Return Values:
This function returns a pointer to om_namespace structure and returns NULL on error.
The axiom_attribute_set_localname() Function
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_attribute_set_localname
( struct axiom_attribute * om_attribute,
const axutil_env_t * env,
const axis2_char_t * localname )
Description:
This function sets the localname of the attribute.
318 NonStop SOAP 4 APIs










