NonStop SOAP 4.1 User's Manual
axiom_namespace_get_prefix
Synopsis:
AXIS2_EXTERN axis2_char_t* axiom_namespace_get_prefix
( 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 the prefix or NULL on error.
axiom_namespace_to_string
Synopsis:
AXIS2_EXTERN axis2_char_t* axiom_namespace_to_string
( struct axiom_namespace * om_namespace,
const axutil_env_t * env )
Description:
to string , returns the string by combining namespace_uri, and prefix seperated by a '|' character
Parameters:
om_namespace
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns pointer to string , This is a property of namespace, should not be freed by
user.
axiom_namespace_create_str
Synopsis:
AXIS2_EXTERN axiom_namespace_t* axiom_namespace_create_str
( const axutil_env_t * env,
axutil_string_t * uri,
axutil_string_t * prefix )
Description:
This funcion creates an AXIOM namespace from a URI and a Prefix.
Parameters:
om_namespace
pointer to the AXIOM namespace structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns the created AXIOM namespace.
axiom_namespace_set_uri_str
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_namespace_set_uri_str
( axiom_namespace_t * om_namespace,
334 NonStop SOAP 4 APIs










