Skip to main content

%SOAP.ProxyDescriptor

Class %SOAP.ProxyDescriptor Extends %SOAP.Descriptor [ Abstract, Not ProcedureBlock, System = 3 ]

Super class for generated classes that represent SOAP Client 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

%RequestName

Property %RequestName As %String(XMLPROJECTION = "NONE");

The name of the SOAP operation being implemented.

Methods

%OnNew

Method %OnNew(operation As %String) As %Status

operation is the SOAP operation.