Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%SOAP.ProxyDescriptor

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 Inventory

Method Inventory

Properties

property %RequestName as %String (XMLPROJECTION = "NONE");
The name of the SOAP operation being implemented.
Property methods: %RequestNameDisplayToLogical(), %RequestNameGet(), %RequestNameIsValid(), %RequestNameLogicalToDisplay(), %RequestNameLogicalToOdbc(), %RequestNameNormalize(), %RequestNameSet()

Methods

method %OnNew(operation As %String) as %Status
operation is the SOAP operation.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab