class %WebStress.Utils.Recorder
extends %SOAP.WebService
%WebStress.Utils.Recorder
parameter LOCATION = "http://localhost/webstress";
TODO: change this to actual network address.
URL for invoking the WebService.
parameter NAMESPACE = "http://tempuri.org";
TODO: change this to actual SOAP namespace.
SOAP Namespace for the WebService
parameter SERVICENAME = "MyService";
Name of the WebService.
classmethod Port()
as %String
[ WebMethod ]
classmethod Recorded(max As %Integer = 20)
as %String
[ WebMethod ]
classmethod Script()
as %String
[ WebMethod ]
classmethod Status()
as %String
[ WebMethod ]
classmethod Summary()
as %ZEN.proxyObject
[ WebMethod ]