NonStop SOAP 4.1 User's Manual

Synopsis:
AXIS2_EXPORT axis2_bool_t AXIS2_CALL
axis2_msg_recv_get_skipService(
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 skipService flag.
AXIS2_TRUE if the skipService flag is set
AXIS2_FALSE if the skipService flag is not set
NOTE: When the skipService flag is set, NonStop SOAP 4 will not perform the service
invocation. To skip the service invocation, this flag must be set to AXIS2_TRUE.
The axis2_msg_recv_get_skipMarshal()Function
The axis2_msg_recv_get_skipMarshal()function returns the value of the skipMarshal
flag.
Synopsis:
AXIS2_EXPORT axis2_bool_t AXIS2_CALL
axis2_msg_recv_get_ skipMarshal (
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 skipMarshal flag.
AXIS2_TRUE if the skipMarshal flag is set
AXIS2_FALSE if the skipMarshal flag is not set
NOTE: When the skipMarshal flag is set, NonStop SOAP 4 will not perform the service
invocation. To skip the service invocation, this flag must be set to AXIS2_TRUE.
The axis2_msg_recv_set_skipService()Function
The axis2_msg_recv_set_skipService()function sets the value of the skipService flag.
148 Customizing NonStop SOAP 4 Message Processing