NonStop SOAP 4.1 User's Manual
axiom_text_get_value
Synopsis:
AXIS2_EXTERN const axis2_char_t* axiom_text_get_value
( struct axiom_text * om_text,
const axutil_env_t * env )
Description:
This function gets text value.
Parameters:
om_text
om_text structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns the text value , NULL is returned if there is no text value.
axiom_text_get_text
Synopsis:
AXIS2_EXTERN const axis2_char_t* axiom_text_get_text
( axiom_text_t * om_text,
const axutil_env_t * env )
Description:
This function gets text value from the text node even when MTOM optimized.
Parameters:
om_text
om_text structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns the text value base64 encoded text when MTOM optimized, NULL is returned
if there is no text value.
Client API Module
client service
The client service APIs are as follows:
axis2_svc_client_get_svc
Synopsis:
AXIS2_EXTERN axis2_svc_t* axis2_svc_client_get_svc
( const axis2_svc_client_t * svc_client,
const axutil_env_t * env
)
Description:
This function returns the axis2_svc_t this is a client for. This is useful when the service is created
anonymously or from a WSDL.
Parameters:
svc_client
pointer to service client structure
Client API Module 343










