NonStop SOAP 4.1 User's Manual

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.
operationName
is the operation name you want to set for the service.
Return Value:
AXIS2_SUCCESS on success
AXIS2_FAILURE on failure
The axis2_msg_recv_set_processName()Function
The axis2_msg_recv_set_processName()function sets the process name for the service.
Synopsis:
AXIS2_EXPORT axis2_status_t AXIS2_CALL
axis2_msg_recv_set processName (
axis2_MessageReceiverUserFunctions_t * MessageReceiverUserFunctions,
const axutil_env_t * env,
const axis2_char_t * process)
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.
process
is the process you want to set for the service.
Return Value:
AXIS2_SUCCESS on success
AXIS2_FAILURE on failure
Modifying the Message Flow in the Pathway Message Receiver using NonStop SOAP
4 Message Receiver User Functions
The axis2_MessageReceiverUserFunctions_t structure provides the following functions
to modify the message flow in the Pathway Message Receiver:
“The axis2_msg_recv_get_skipService()Function (page 147)
“The axis2_msg_recv_get_skipMarshal()Function (page 148)
“The axis2_msg_recv_set_skipService()Function (page 148)
“The axis2_msg_recv_set_skipMarshal()Function (page 149)
The axis2_msg_recv_get_skipService()Function
The axis2_msg_recv_get_skipService()function returns the value of the skipService
flag.
Customizing the NonStop SOAP 4 Message Process Using Message Receiver User Functions 147