NonStop SOAP 4.1 User's Manual
The axiom_comment_get_value() Function
Synopsis:
AXIS2_EXTERN axis2_char_t* axiom_comment_get_value
( struct axiom_comment * om_comment,
const axutil_env_t * env )
Description:
This function gets the comments data
Parameters:
om_comment
pointer to axis2_commnet_t structure to be freed
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 comment text.
The axiom_comment_set_value() Function
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_comment_set_value
( struct axiom_comment * om_comment,
const axutil_env_t * env,
const axis2_char_t * value )
Description:
This function sets the comment data.
Parameters:
om_comment
pointer to axis2_commnet_t structure to be freed.
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
value
is the comment text
Return Values:
This function returns:
• AXIS2_SUCCESS on success
• AXIS2_FAILURE on failure
Document
axiom_document_create
Synopsis:
AXIS2_EXTERN axiom_document_t* axiom_document_create
( const axutil_env_t * env,
axiom_node_t * root,
struct axiom_stax_builder * builder )
Description:
this function creates an axiom_document_t structure.
AXIOM APIs 321










