NonStop SOAP 4.1 User's Manual
Parameters:
env
is a pointer to the environment struct. The env parameter must not be NULL.
om_text
pointer to AXIOM text structure to be freed.
Return Values:
This function returns the status of the op. It returns AXIS2_SUCCESS on success, else returns
AXIS2_FAILURE on error.
axiom_text_serialize
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_text_serialize
( struct axiom_text * om_text,
const axutil_env_t * env,
axiom_output_t * om_output )
Description:
Serialize operation
Parameters:
env
is a pointer to the environment struct. The env parameter must not be NULL.
om_text
pointer to AXIOM text structure to be freed.
om_output
AXIOM output handler to be used in serializing.
Return Values:
This function returns the status of the operation. It returns AXIS2_SUCCESS on success, else returns
AXIS2_FAILURE on error.
axiom_text_set_value
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_text_set_value
( struct axiom_text * om_text,
const axutil_env_t * env,
const axis2_char_t * value )
Description:
This function sets the text value.
Parameters:
om_text
om_text structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
value
text
Return Values:
The function returns the status of the operation. It returns AXIS2_SUCCESS on success, else returns
AXIS2_FAILURE on error.
342 NonStop SOAP 4 APIs










