Skip to main content

%SOAP.MsgDescriptor

abstract class %SOAP.MsgDescriptor extends %SOAP.Descriptor

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

Parameters

parameter XMLMSGDESCRIPTOR = 1;
Indicate that extra methods are to be generated for %XML.MsgDescriptor class.
This parameter 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 parameter.

Properties

property %ResponseName as %String (XMLPROJECTION = "NONE");
The name of the response to the SOAP operation being implemented.
Property methods: %ResponseNameDisplayToLogical(), %ResponseNameGet(), %ResponseNameIsValid(), %ResponseNameLogicalToDisplay(), %ResponseNameLogicalToOdbc(), %ResponseNameNormalize(), %ResponseNameSet()

Methods

method InvokeService(%Service As %SOAP.WebService)
Execute Web Method represented by this class and XMLExport result. This method is invoked by the web service class. In turn, this method invokes:

  • OnPreWebMethod()
  • the web method
  • OnPostWebMethod()

Note that OnPostWebMethod() always gets run, even if there was an error.
method ProcessHTTP() as %Status
Copy %request data to the properties of this class.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab