NonStop SOAP 4.1 User's Manual
om_namespace
is a pointer to om_namespace structure that should be set for this attribute.
Return Values:
This function returns:
• AXIS2_SUCCESS on success
• AXIS2_FAILURE on failure
Comment
The axiom_comment_create() Function
Synopsis:
AXIS2_EXTERN axiom_comment_t* axiom_comment_create
( const axutil_env_t * env,
axiom_node_t * parent,
const axis2_char_t * value,
axiom_node_t ** node )
Description:
This function creates a comment structure.
Parameters:
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
parent
is the parent node of the comment.
value
is the comment text
node
is an out parameter and returns the node corresponding to the comment created. Node type
will be set to AXIOM_COMMENT. It cannot be NULL.
Return Values:
This function returns a pointer to the newly created comment structure
The axiom_comment_free() Function
Synopsis:
AXIS2_EXTERN void axiom_comment_free
( struct axiom_comment * om_comment,
const axutil_env_t * env )
Description:
This function free the axis2_comment_t structure
Parameters:
om_comment
is a 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 status of the op. It returns:
• AXIS2_SUCCESS on success
• AXIS2_FAILURE on failure
320 NonStop SOAP 4 APIs










