NonStop SOAP 4.1 User's Manual
Parameters:
om_element
pointer to om_element
env
is a pointer to the environment struct. The env parameter must not be NULL.
localname
the local name of the element.
Return Values:
Namespace
axiom_namespace_create
Synopsis:
AXIS2_EXTERN axiom_namespace_t* axiom_namespace_create
( const axutil_env_t * env,
const axis2_char_t * uri,
const axis2_char_t * prefix )
Description:
This function creates a namespace structure
Parameters:
uri
namespace URI
prefix
namespace prefix
Return Values:
This function returns a pointer to newly created namespace struct.
axiom_namespace_free
Synopsis:
AXIS2_EXTERN void axiom_namespace_free
( struct axiom_namespace * om_namespace,
const axutil_env_t * env )
Description:
This function frees given AXIOM namespcae.
Parameters:
om_namespace
namespace to be freed.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns the status of the operation. AXIS2_SUCCESS on success else AXIS2_FAILURE.
axiom_namespace_equals
Synopsis:
AXIS2_EXTERN axis2_bool_t axiom_namespace_equals
( struct axiom_namespace * om_namespace,
const axutil_env_t * env,
struct axiom_namespace * om_namespace1 )
332 NonStop SOAP 4 APIs










