Class Reference
%SOAP.ProxyDescriptor
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SOAP] >  [ProxyDescriptor]
Private  Storage

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."

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1


Summary

Properties
%RequestName

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OnNew
%OriginalNamespace %PackageName %RemoveFromSaveSet %SerializeObject
%SetModified %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType

Subclasses
%CSP.Monitor.Client.GetMatrix %CSP.Monitor.Client.MessageSearch %CSP.Monitor.Client.ResendDuplicatedMessage
%Net.OpenAM.IdentityServicesImplPort.attributes %Net.OpenAM.IdentityServicesImplPort.authenticate %Net.OpenAM.IdentityServicesImplPort.authorize
%Net.OpenAM.IdentityServicesImplPort.create %Net.OpenAM.IdentityServicesImplPort.delete %Net.OpenAM.IdentityServicesImplPort.getCookieNameForToken
%Net.OpenAM.IdentityServicesImplPort.getCookieNamesToForward %Net.OpenAM.IdentityServicesImplPort.isTokenValid %Net.OpenAM.IdentityServicesImplPort.log
%Net.OpenAM.IdentityServicesImplPort.logout %Net.OpenAM.IdentityServicesImplPort.read %Net.OpenAM.IdentityServicesImplPort.search
%Net.OpenAM.IdentityServicesImplPort.update %Studio.SourceControl.ItemSetWS.InvokeWebMethod %WebStress.Comms.Client.AnyTestsRunning
%WebStress.Comms.Client.CheckDataValid %WebStress.Comms.Client.CheckGeneratorIsRunning %WebStress.Comms.Client.CheckGeneratorRunStatus
%WebStress.Comms.Client.DownloadCode %WebStress.Comms.Client.DownloadData %WebStress.Comms.Client.GetErrors
%WebStress.Comms.Client.GetGenID %WebStress.Comms.Client.GetIterationData %WebStress.Comms.Client.GetMaxRunNumber
%WebStress.Comms.Client.GetRunData %WebStress.Comms.Client.ResetControlData %WebStress.Comms.Client.StartDataTransfer
%WebStress.Comms.Client.StartMonitor %WebStress.Comms.Client.StartProcs %WebStress.Comms.Client.TestStart
%WebStress.Comms.Client.TestStop

Properties

• property %RequestName as %String(XMLPROJECTION="NONE");
The name of the SOAP operation being implemented.

Methods

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