NonStop SOAP User's Manual

Customizing the SOAP Server
NonStop SOAP User’s Manual520501-012
8-28
class ServiceEnv
class ServiceEnv
This class allows you to access information in the SDR for an incoming request from
the client. The new methods are available only when the transport is HTTP. The new
methods for accessing attachments is:
AttachmentManager *getReqAttMgr();
AttachmentManager * getRespAttMgr ();
bool setRespAttMgr ( AttachmentManager * );
For detailed information about these methods, see class ServiceEnv on page 8-9 and
for more information on user-exits, see Appendix C, NonStop SOAP User-Exits.