Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
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."
|
|
Properties |
---|
%ResponseName |
|
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.
|
The name of the response to the SOAP operation being implemented.
|
Execute Web Method represented by this class and XMLExport result. This method is invoked by the web service class. In turn, this method invokes:Note that
- OnPreWebMethod()
- the web method
- OnPostWebMethod()
OnPostWebMethod() always gets run, even if there was an error.
Copy %request data to the properties of this class.