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.
parameter SOAPSESSION = 1;
When SOAPSESSION = 1, then the returned response will have a session header added to allow
the web client to continue the session.
Subsequent requests by the client could then contain the session header to maintain the session.
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)