SYS.Mirroring.MirroringWebServices
Class SYS.Mirroring.MirroringWebServices Extends %SOAP.WebService [ System = 4 ]
SYS.Mirroring.MirroringWebServices
Parameters
SERVICENAME
Parameter SERVICENAME = "GetMirroringInformation";
Name of the WebService.
NAMESPACE
Parameter NAMESPACE = "http://www.intersystems.com/mirroring";
TODO: change this to actual SOAP namespace. SOAP Namespace for the WebService
USECLASSNAMESPACES
Parameter USECLASSNAMESPACES = 1;
Namespaces of referenced classes will be used in the WSDL.
Methods
GetDatabaseSizeProperties
Method GetDatabaseSizeProperties(MirrorDatabaseName As %String, Output Status As %Status = "") As %List [ WebMethod ]
TODO: add arguments and implementation.
GetDbDirFromMirrorName
ClassMethod GetDbDirFromMirrorName(MirrorDatabaseName As %String, SFN As %String = "") As %String [ Internal ]
GetFailoverMemberInformation
Method GetFailoverMemberInformation(MirrorSetName As %String, Output Status As %Status = "") As Config.MapMirrors [ WebMethod ]
TODO: add arguments and implementation.