class %CSP.Monitor.Server
extends %SOAP.WebService
parameter NAMESPACE = "http://tempuri.org";
This is the namespace of the web service
parameter SERVICENAME = "SOAPMonitor";
This is the name of the web service.
classmethod GetMatrix(Type As %String = "Cache", Parameter As %String = "")
as %CSP.Monitor.Matrix
[ WebMethod ]
final method MessageSearch(FilterObjStr As %Stream.GlobalCharacter, Timeout As %Numeric = -1, NextId As %Integer = 0, Type As %String = "Search")
as %XML.DataSet
[ WebMethod ]
final method ResendDuplicatedMessage(OriginalHeaderId As %String, OriginalHeader As %Stream.GlobalBinary, NewTarget As %String, NewBody As %Stream.GlobalBinary, NewSource As %String, HeadOfQueue As %Boolean, pBodyUseOriginalNode As %String)
as %String
[ WebMethod ]
Returns NewHeaderId
classmethod getCacheMatrix(Output pMatrix As %CSP.Monitor.Matrix, pParameter As %String = "")
as %String
classmethod returnStatusError(pStatusCode As %Status)