%SOAP.SessionHeader
Class %SOAP.SessionHeader Extends %SOAP.Header [ System = 4 ]
SOAP session header. This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class."
Parameters
XMLNAME
Parameter XMLNAME = "CSPCHD";
XMLTYPE
Parameter XMLTYPE = "CSPCHD";
NAMESPACE
Parameter NAMESPACE = "http://www.intersystems.com/SOAPheaders";
Properties
SessionCookie
Property SessionCookie As %String(XMLNAME = "id") [ Required ];
Methods
ProcessService
Method ProcessService(service As %SOAP.WebService) As %Status
ProcessClient
Method ProcessClient(client As %SOAP.WebClient) As %Status