NonStop SOAP User's Manual
Customizing the SOAP Server
NonStop SOAP User’s Manual—520501-012
8-39
class ServiceEnv
class ServiceEnv
This class allows you to access information in the SDR for an incoming request from
the client. The new methods for accessing SOAP headers is:
UESoapHeaderManager * getReqHeaderMgr ();
UESoapHeaderManager * getRespHeaderMgr ();
bool setRespHeaderMgr (UESoapHeaderManager * );
For detailed information about these methods, see class ServiceEnv on page 8-9.