Skip to main content

SYS.Mirroring.GetMirroringInformationSoap

Class SYS.Mirroring.GetMirroringInformationSoap Extends %SOAP.WebClient [ System = 4 ]

Parameters

LOCATION

Parameter LOCATION = "http://10.211.55.2:57773/csp/sys/SYS.Mirroring.MirroringWebServices.cls";

This is the URL used to access the web service.

NAMESPACE

Parameter NAMESPACE = "http://www.intersystems.com/mirroring";

This is the namespace used by the Service

OUTPUTTYPEATTRIBUTE

Parameter OUTPUTTYPEATTRIBUTE = 1;

Use xsi:type attribute for literal types.

SERVICENAME

Parameter SERVICENAME = "GetMirroringInformation";

This is the name of the Service

SOAPVERSION

Parameter SOAPVERSION = 1.1;

This is the SOAP version supported by the service.

Methods

GetDatabaseSizeProperties

Method GetDatabaseSizeProperties(MirrorDatabaseName As %String, Output Status As %Status) As %List [ Final, ProcedureBlock = 1, SoapBindingStyle = document, SoapBodyUse = literal, WebMethod ]

GetFailoverMemberInformation

Method GetFailoverMemberInformation(MirrorSetName As %String, Output Status As %Status) As Config.MapMirrors [ Final, ProcedureBlock = 1, SoapBindingStyle = document, SoapBodyUse = literal, WebMethod ]