%SOAP.MsgDescriptor
Class %SOAP.MsgDescriptor Extends %SOAP.Descriptor [ Abstract, Not ProcedureBlock, System = 3 ]
Super class for generated classes that represent SOAP Service WebMethods.
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
XMLMSGDESCRIPTOR
Parameter XMLMSGDESCRIPTOR = 1;
Indicate that extra methods are to be generated for %XML.MsgDescriptor class.
This parameter 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 parameter.
Properties
%ResponseName
Property %ResponseName As %String(XMLPROJECTION = "NONE");
The name of the response to the SOAP operation being implemented.
Methods
InvokeService
Method InvokeService(%Service As %SOAP.WebService) [ CodeMode = generator, GenerateAfter = XMLGenerate ]
Execute Web Method represented by this class and XMLExport result. This method is invoked by the web service class. In turn, this method invokes:
- OnPreWebMethod()
- the web method
- OnPostWebMethod()
Note that OnPostWebMethod() always gets run, even if there was an error.
ProcessHTTP
Method ProcessHTTP() As %Status [ CodeMode = generator, GenerateAfter = XMLGenerate ]
Copy %request data to the properties of this class.