4.1 Get the Computer Backup Service Status
The following is the SOAP request message that can be sent to get the status of the Client Computer Backup Service.
-
<s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope"> <s:Header> <a:Action s:mustUnderstand="1">http://tempuri.org/IPCBackupServerProvider/GetServiceStatus</a:Action> <a:MessageID>urn:uuid:18c442b8-7715-4895-ae63-1d036d073091</a:MessageID> <a:ReplyTo> <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address> </a:ReplyTo> <a:To s:mustUnderstand="1">net.tcp://liming-sbs1:6602/Microsoft.WindowsServerSolutions.wssg_pc_backup_server/Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupUtil.WcfContracts.IPCBackupServerProvider</a:To> </s:Header> <s:Body> <GetServiceStatus xmlns="http://tempuri.org/"></GetServiceStatus> </s:Body> </s:Envelope>
The following is one example of the SOAP response message for the above request.
-
<s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope"> <s:Header> <a:Action s:mustUnderstand="1">http://tempuri.org/IPCBackupServerProvider/GetServiceStatusResponse</a:Action> </s:Header> <s:Body> <GetServiceStatusResponse xmlns="http://tempuri.org/"> <GetServiceStatusResult xmlns:d4p1="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupUtil.WcfContracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <d4p1:Ready>true</d4p1:Ready> </GetServiceStatusResult> </GetServiceStatusResponse> </s:Body> </s:Envelope>