NonStop SOAP 4.1 User's Manual
Description:
This function compares two namepsaces.
Parameters:
om_namespace
first namespace to be compared
env
is a pointer to the environment struct. The env parameter must not be NULL.
om_namespace1
second namespace to be compared
Return Values:
This funtion returns AXIS2_TRUE if the two namespaces are equal, AXIS2_FALSE otherwise.
axiom_namespace_serialize
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_namespace_serialize
( struct axiom_namespace * om_namespace,
const axutil_env_t * env,
axiom_output_t * om_output )
Description:
This function serializes given namespace.
Parameters:
om_namespace
namespace to be compared
env
is a pointer to the environment struct. The env parameter must not be NULL.
om_output
om_output
Return Values:
This function returns the status of the operation. It returns AXIS2_SUCCESS on success, else returns
AXIS2_FAILURE.
axiom_namespace_get_uri
Synopsis:
AXIS2_EXTERN axis2_char_t* axiom_namespace_get_uri
( struct axiom_namespace * om_namespace,
const axutil_env_t * env )
Description:
Parameters:
om_namespace
pointer to om_namespace structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns namespace uri or NULL on error.
AXIOM APIs 333










