NonStop SOAP 4.1 User's Manual

const axutil_env_t * env,
const axis2_char_t * serverclass)
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.
serverclass
is the name of the server class you want to set for the service.
Return Value:
AXIS2_SUCCESS on success
AXIS2_FAILURE on failure
The axis2_msg_recv_set_serviceName()Function
The axis2_msg_recv_set_serviceName()function sets the service name for the service.
Synopsis:
AXIS2_EXPORT axis2_status_t AXIS2_CALL
axis2_msg_recv_set_serviceName (
axis2_MessageReceiverUserFunctions_t * MessageReceiverUserFunctions,
const axutil_env_t * env,
const axis2_char_t * serviceName)
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.
serviceName
is the service name you want to set for the service.
Return Value:
AXIS2_SUCCESS on success
AXIS2_FAILURE on failure
The axis2_msg_recv_set_operationName()Function
The axis2_msg_recv_set_operationName()function sets the operation name for the service.
Synopsis:
AXIS2_EXPORT axis2_status_t AXIS2_CALL
axis2_msg_recv_set_operationName (
axis2_MessageReceiverUserFunctions_t * MessageReceiverUserFunctions,
const axutil_env_t * env,
const axis2_char_t * operationName)
146 Customizing NonStop SOAP 4 Message Processing