NonStop SOAP 4.1 User's Manual
const axutil_env_t * env,
axutil_string_t * uri )
Description:
This function sets the uri string.
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 AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axiom_namespace_get_uri_str
Synopsis:
AXIS2_EXTERN axutil_string_t* axiom_namespace_get_uri_str
( axiom_namespace_t * om_namespace,
const axutil_env_t * env )
Description:
This function gets the uri as a string.
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 uri as a string.
axiom_namespace_get_prefix_str
Synopsis:
AXIS2_EXTERN axutil_string_t* axiom_namespace_get_prefix_str
( axiom_namespace_t * om_namespace,
const axutil_env_t * env )
Description:
This function gets the prefix as a string.
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 prefix as a string.
Node
axiom_node_create
Synopsis:
AXIS2_EXTERN axiom_node_t* axiom_node_create
( const axutil_env_t * env )
AXIOM APIs 335










