NonStop SOAP User's Manual

Customizing the SOAP Server
NonStop SOAP User’s Manual520501-012
8-9
class ServiceEnv
class ServiceEnv
This class allows you to access information in the SDR for an incoming request from
the client. This class also includes methods for accessing attachments and custom
SOAP headers. For a description of the new methods, see Accessing Attachments and
Customizing SOAP Headers. The new methods for accessing attachments are
available only when the transport is HTTP.
enum SoapServiceType
{
SERVICE_INVALID=-1,
SERVICE_PATHWAY = 0,
};
Class
class ServiceEnv
{