NonStop SOAP 4.1 User's Manual
Return Value:
Returns the value of the operation name as an axis2_char_t pointer.
The axis2_msg_recv_get_processName()Function
The axis2_msg_recv_get_processName()function returns the value of the process name
for the service.
Synopsis:
AXIS2_EXPORT axis2_char_t *AXIS2_CALL
axis2_msg_recv_get_processName(
axis2_MessageReceiverUserFunctions_t * MessageReceiverUserFunctions,
const axutil_env_t * env)
Parameters:
MessageReceiverUserFunctions
is an input parameter and is a pointer to the address of the
axis2_MessageReceiverUserFunctions_t structure.
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
Return Value:
Returns the value of the process name as an axis2_char_t pointer.
The axis2_msg_recv_set_pathmonName()Function
The axis2_msg_recv_set_pathmonName()function sets the pathmon name for the service.
Synopsis:
AXIS2_EXPORT axis2_status_t AXIS2_CALL
axis2_msg_recv_set_pathmonName (
axis2_MessageReceiverUserFunctions_t * MessageReceiverUserFunctions,
const axutil_env_t * env,
const axis2_char_t * pathmon)
Parameters:
MessageReceiverUserFunctions
is an input parameter and is a pointer to the address of the
axis2_MessageReceiverUserFunctions_t structure.
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
pathmon
is the pathmon you want to set for the service.
Return Value:
• AXIS2_SUCCESS on success
• AXIS2_FAILURE on failure
The axis2_msg_recv_set_serverclassName()Function
The axis2_msg_recv_set_serverclass()function sets the serverclass name for the
service.
Synopsis:
AXIS2_EXPORT axis2_status_t AXIS2_CALL
axis2_msg_recv_set_serverclassName (
axis2_MessageReceiverUserFunctions_t * MessageReceiverUserFunctions,
Customizing the NonStop SOAP 4 Message Process Using Message Receiver User Functions 145










