NonStop SOAP User's Manual
Customizing the SOAP Server
NonStop SOAP User’s Manual—520501-012
8-16
class ServiceEnv
•
When the servicing of the request will be done in one of the user-exit methods
so the call to the TS/MP server class should not be made.
•
When the servicing of the request might involve a NonStop subsystem other
than Pathway (for example, Tuxedo), which is invoked from a user-exit method
so the call to the TS/MP server class should not be made.
void skipMarshal(bool bSkip=true)
•
Indicates that the SOAP server skip the call to the marshal routine of the SOAP
Document Handler. This is most likely done when the SOAP response is generated
in a user-exit method. The last user-exit method before which the
skipMarshal() method call could be made is pre_marshal().
bool getSkipParse()
bool getSkipService()
bool getSkipMarshal()
•
all the above methods determine whether the corresponding SOAP server's
method (parse, service, or marshal) has been set to be skipped.