abstract class %SOAP.ProxyDescriptor
extends %SOAP.Descriptor
Super class for generated classes that represent SOAP Client WebMethods.
This class is used internally by Caché. 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."
property %RequestName
as %String(XMLPROJECTION="NONE");
The name of the SOAP operation being implemented.
method %OnNew(operation As %String)
as %Status
operation is the SOAP operation.