NonStop SOAP User's Manual
Customizing the SOAP Server
NonStop SOAP User’s Manual—520501-012
8-8
class SoapUEHandler
•
Invoked after the SOAP server has converted the service response to an output 
XML document and before adding any SOAP specific tags including envelope, 
header, and body tags, if needed.
•
Allows you to modify the output XML document.
post_process(...)
•
Invoked after the SOAP server has produced a complete XML/SOAP response to 
be sent to the client.
•
Allows you to modify the XML/SOAP response to the client (e.g., apply some XSLT 
transformation or add/modify some element in the response). 
ServiceEnv *getServiceEnv()
•
This method could be used in a user-exit method (for which a ServiceEnv pointer 
is not passed as a parameter) to get a pointer to the ServiceEnv object.
void setServiceEnv(ServiceEnv *pServiceEnv)
•
This method can be used to set the ServiceEnv object in the class.










