Update WSDL to 15.7.0.1

This commit is contained in:
2025-08-13 16:20:48 +09:00
parent 33ab055b43
commit b2c0b0bcd7
198 changed files with 89500 additions and 37842 deletions

View File

@ -4,9 +4,9 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using DebtRequests = Hcs.Service.Async.DebtRequests.v14_5_0_1;
using DebtRequests = Hcs.Service.Async.DebtRequests.v15_7_0_1;
namespace Hcs.Service.Async.DebtRequests.v14_5_0_1
namespace Hcs.Service.Async.DebtRequests.v15_7_0_1
{
public partial class AckRequestAck : IHcsAck { }
public partial class getStateResult : IHcsGetStateResult { }

View File

@ -3,7 +3,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using DebtRequests = Hcs.Service.Async.DebtRequests.v14_5_0_1;
using DebtRequests = Hcs.Service.Async.DebtRequests.v15_7_0_1;
namespace Hcs.ClientApi.DebtRequestsApi
{

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using DebtRequests = Hcs.Service.Async.DebtRequests.v14_5_0_1;
using DebtRequests = Hcs.Service.Async.DebtRequests.v15_7_0_1;
namespace Hcs.ClientApi.DebtRequestsApi
{

View File

@ -4,9 +4,9 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using DeviceMetering = Hcs.Service.Async.DeviceMetering.v14_5_0_1;
using DeviceMetering = Hcs.Service.Async.DeviceMetering.v15_7_0_1;
namespace Hcs.Service.Async.DeviceMetering.v14_5_0_1
namespace Hcs.Service.Async.DeviceMetering.v15_7_0_1
{
public partial class AckRequestAck : IHcsAck { }
public partial class getStateResult : IHcsGetStateResult { }

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using DeviceMetering = Hcs.Service.Async.DeviceMetering.v14_5_0_1;
using DeviceMetering = Hcs.Service.Async.DeviceMetering.v15_7_0_1;
namespace Hcs.ClientApi.DeviceMeteringApi
{

View File

@ -4,9 +4,9 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.Service.Async.HouseManagement.v14_5_0_1
namespace Hcs.Service.Async.HouseManagement.v15_7_0_1
{
public partial class AckRequestAck : IHcsAck { }
public partial class getStateResult : IHcsGetStateResult { }

View File

@ -1,4 +1,4 @@
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{
@ -28,12 +28,12 @@ namespace Hcs.ClientApi.HouseManagementApi
{
int numResults = 0;
var itemNames = new List<HouseManagement.ItemsChoiceType18> { };
var itemNames = new List<HouseManagement.ItemsChoiceType26> { };
List<string> items = new List<string> { };
if (fiasHouseGuid != null)
{
itemNames.Add(HouseManagement.ItemsChoiceType18.FIASHouseGuid);
itemNames.Add(HouseManagement.ItemsChoiceType26.FIASHouseGuid);
items.Add(FormatGuid(fiasHouseGuid));
}
@ -43,7 +43,7 @@ namespace Hcs.ClientApi.HouseManagementApi
throw new HcsException($"Слишком много ЕЛС в запросе {unifiedAccountNumbers.Count()} > допустимых 1000");
foreach (var un in unifiedAccountNumbers)
{
itemNames.Add(HouseManagement.ItemsChoiceType18.UnifiedAccountNumber);
itemNames.Add(HouseManagement.ItemsChoiceType26.UnifiedAccountNumber);
items.Add(un);
}
}
@ -111,7 +111,7 @@ namespace Hcs.ClientApi.HouseManagementApi
{
switch (sr.ItemsElementName[i])
{
case HouseManagement.ItemsChoiceType9.ContractGUID:
case HouseManagement.ItemsChoiceType17.ContractGUID:
основание.ГуидДоговора = ParseGuid(sr.Items[i]);
break;
}
@ -136,10 +136,10 @@ namespace Hcs.ClientApi.HouseManagementApi
object itemValue = sh.Items[i];
switch (sh.ItemsElementName[i])
{
case HouseManagement.ItemsChoiceType10.ContractGUID:
case HouseManagement.ItemsChoiceType18.ContractGUID:
основание.ГуидДоговора = ParseGuid(itemValue);
break;
case HouseManagement.ItemsChoiceType10.ContractNumber:
case HouseManagement.ItemsChoiceType18.ContractNumber:
основание.НомерДоговора = (itemValue != null ? itemValue.ToString() : null);
break;
}
@ -178,9 +178,9 @@ namespace Hcs.ClientApi.HouseManagementApi
switch (source.ItemElementName)
{
case HouseManagement.ItemChoiceType7.FIASHouseGuid: размещение.ГуидЗдания = ParseGuid(source.Item); break;
case HouseManagement.ItemChoiceType7.PremisesGUID: размещение.ГуидПомещения = ParseGuid(source.Item); break;
case HouseManagement.ItemChoiceType7.LivingRoomGUID: размещение.ГуидЖилойКомнаты = ParseGuid(source.Item); break;
case HouseManagement.ItemChoiceType11.FIASHouseGuid: размещение.ГуидЗдания = ParseGuid(source.Item); break;
case HouseManagement.ItemChoiceType11.PremisesGUID: размещение.ГуидПомещения = ParseGuid(source.Item); break;
case HouseManagement.ItemChoiceType11.LivingRoomGUID: размещение.ГуидЖилойКомнаты = ParseGuid(source.Item); break;
default: throw new HcsException("Неизвестный тип размещения ЛС: " + source.ItemElementName);
}

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{

View File

@ -1,12 +1,12 @@
using Hcs.ClientApi.DataTypes;
using Hcs.Service.Async.HouseManagement.v14_5_0_1;
using Hcs.Service.Async.HouseManagement.v15_7_0_1;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{
@ -26,7 +26,7 @@ namespace Hcs.ClientApi.HouseManagementApi
public async Task<int> ExportByHouse(
Guid fiasHouseGuid, Action<ГисПриборУчета> resultHandler, CancellationToken token)
{
List<HouseManagement.ItemsChoiceType4> itemNames = [HouseManagement.ItemsChoiceType4.FIASHouseGuid];
List<HouseManagement.ItemsChoiceType24> itemNames = [HouseManagement.ItemsChoiceType24.FIASHouseGuid];
List<string> items = [FormatGuid(fiasHouseGuid)];
var request = new HouseManagement.exportMeteringDeviceDataRequest

View File

@ -6,7 +6,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{
@ -75,24 +75,24 @@ namespace Hcs.ClientApi.HouseManagementApi
Guid? contractRootGuid, string contractNumber, Action<ГисДоговор> resultHandler,
Guid? exportNextGuid, CancellationToken token)
{
var itemNames = new List<HouseManagement.ItemsChoiceType27> { };
var itemNames = new List<HouseManagement.ItemsChoiceType32> { };
List<object> items = new List<object> { };
if (contractRootGuid != null)
{
itemNames.Add(HouseManagement.ItemsChoiceType27.ContractRootGUID);
itemNames.Add(HouseManagement.ItemsChoiceType32.ContractRootGUID);
items.Add(FormatGuid(contractRootGuid));
}
if (contractNumber != null)
{
itemNames.Add(HouseManagement.ItemsChoiceType27.ContractNumber);
itemNames.Add(HouseManagement.ItemsChoiceType32.ContractNumber);
items.Add(contractNumber);
}
if (exportNextGuid != null)
{
itemNames.Add(HouseManagement.ItemsChoiceType27.ExportContractRootGUID);
itemNames.Add(HouseManagement.ItemsChoiceType32.ExportContractRootGUID);
items.Add(FormatGuid(exportNextGuid));
}

View File

@ -5,7 +5,7 @@ using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{
@ -50,17 +50,17 @@ namespace Hcs.ClientApi.HouseManagementApi
ГисДоговор договор, Action<ГисАдресныйОбъект> resultHandler,
Guid? firstGuid, CancellationToken token)
{
var itemNames = new List<HouseManagement.ItemsChoiceType29> { };
var itemNames = new List<HouseManagement.ItemsChoiceType34> { };
List<string> items = new List<string> { };
if (договор.ГуидВерсииДоговора != default)
{
itemNames.Add(HouseManagement.ItemsChoiceType29.ContractGUID);
itemNames.Add(HouseManagement.ItemsChoiceType34.ContractGUID);
items.Add(FormatGuid(договор.ГуидВерсииДоговора));
}
else
{
itemNames.Add(HouseManagement.ItemsChoiceType29.ContractRootGUID);
itemNames.Add(HouseManagement.ItemsChoiceType34.ContractRootGUID);
items.Add(FormatGuid(договор.ГуидДоговора));
}
@ -70,7 +70,7 @@ namespace Hcs.ClientApi.HouseManagementApi
// и запрос второго пакета с ExportObjectGUID возвращает "Bad request")
if (firstGuid != null)
{
itemNames.Add(HouseManagement.ItemsChoiceType29.ExportObjectGUID);
itemNames.Add(HouseManagement.ItemsChoiceType34.ExportObjectGUID);
items.Add(FormatGuid(firstGuid));
}

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{
@ -53,14 +53,14 @@ namespace Hcs.ClientApi.HouseManagementApi
var reasonRSO = new HouseManagement.AccountReasonsImportTypeSupplyResourceContract()
{
Items = [FormatGuid(договор.ГуидДоговора)],
ItemsElementName = [HouseManagement.ItemsChoiceType9.ContractGUID]
ItemsElementName = [HouseManagement.ItemsChoiceType17.ContractGUID]
};
account.AccountReasons = new HouseManagement.AccountReasonsImportType()
{
SupplyResourceContract = [reasonRSO]
};
account.ItemElementName = HouseManagement.ItemChoiceType18.isRSOAccount;
account.ItemElementName = HouseManagement.ItemChoiceType8.isRSOAccount;
account.Item = true;
if (IsArrayEmpty(лицевойСчет.Размещения))
@ -124,12 +124,12 @@ namespace Hcs.ClientApi.HouseManagementApi
var accomodation = new HouseManagement.AccountTypeAccommodation();
if (размещение.ГуидПомещения != null)
{
accomodation.ItemElementName = HouseManagement.ItemChoiceType19.PremisesGUID;
accomodation.ItemElementName = HouseManagement.ItemChoiceType9.PremisesGUID;
accomodation.Item = FormatGuid(размещение.ГуидПомещения);
}
else if (размещение.ГуидЖилойКомнаты != null)
{
accomodation.ItemElementName = HouseManagement.ItemChoiceType19.LivingRoomGUID;
accomodation.ItemElementName = HouseManagement.ItemChoiceType9.LivingRoomGUID;
accomodation.Item = FormatGuid(размещение.ГуидЖилойКомнаты);
}
else
@ -170,7 +170,7 @@ namespace Hcs.ClientApi.HouseManagementApi
switch (commonResult.ItemElementName)
{
case HouseManagement.ItemChoiceType2.ImportAccount:
case HouseManagement.ItemChoiceType26.ImportAccount:
var accountResult = RequireType<HouseManagement.getStateResultImportResultCommonResultImportAccount>(commonResult.Item);
DateTime updateDate = commonResult.Items.OfType<DateTime>().FirstOrDefault();

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{
@ -191,7 +191,7 @@ namespace Hcs.ClientApi.HouseManagementApi
switch (commonResult.ItemElementName)
{
case HouseManagement.ItemChoiceType2.importMeteringDevice:
case HouseManagement.ItemChoiceType26.importMeteringDevice:
var deviceResult = RequireType<HouseManagement.getStateResultImportResultCommonResultImportMeteringDevice>(commonResult.Item);
DateTime updateDate = commonResult.Items.OfType<DateTime>().FirstOrDefault();

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{
@ -53,7 +53,7 @@ namespace Hcs.ClientApi.HouseManagementApi
// При создании нового договора атрибут importSupplyResourceContractRequest.Contract.ContractGUID не заполняется.
if (contractGuid != null)
{
contract.ItemElementName = HouseManagement.ItemChoiceType26.ContractRootGUID;
contract.ItemElementName = HouseManagement.ItemChoiceType32.ContractRootGUID;
contract.Item = FormatGuid(contractGuid);
}
@ -80,7 +80,7 @@ namespace Hcs.ClientApi.HouseManagementApi
switch (commonResult.ItemElementName)
{
case HouseManagement.ItemChoiceType2.ImportSupplyResourceContract:
case HouseManagement.ItemChoiceType26.ImportSupplyResourceContract:
var contractResult = RequireType<HouseManagement.getStateResultImportResultCommonResultImportSupplyResourceContract>(commonResult.Item);
var датаИмпорта = RequireSingleItem<DateTime>(commonResult.Items);
return датаИмпорта;
@ -254,7 +254,7 @@ namespace Hcs.ClientApi.HouseManagementApi
}
// Срок действия договора
contract.ItemsElementName = [HouseManagement.ItemsChoiceType25.IndefiniteTerm];
contract.ItemsElementName = [HouseManagement.ItemsChoiceType9.IndefiniteTerm];
contract.Items = [true];
// Данные об объекте жилищного фонда. При импорте договора должен быть добавлен

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{
@ -38,7 +38,7 @@ namespace Hcs.ClientApi.HouseManagementApi
{
Id = HcsConstants.SignedXmlElementId,
Item = FormatGuid(договор.ГуидДоговора),
ItemElementName = HouseManagement.ItemChoiceType28.ContractRootGUID,
ItemElementName = HouseManagement.ItemChoiceType34.ContractRootGUID,
ObjectAddress = list.ToArray()
// TODO: Проверить комментарий
//version = "13.1.1.1" // Версия указана в API

View File

@ -1,10 +1,10 @@
using Hcs.ClientApi.DataTypes;
using Hcs.Service.Async.HouseManagement.v14_5_0_1;
using Hcs.Service.Async.HouseManagement.v15_7_0_1;
using System;
using System.Threading;
using System.Threading.Tasks;
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
namespace Hcs.ClientApi.HouseManagementApi
{
@ -49,7 +49,7 @@ namespace Hcs.ClientApi.HouseManagementApi
var contract = new HouseManagement.importSupplyResourceContractProjectRequestContract()
{
TransportGUID = FormatGuid(Guid.NewGuid()),
ItemElementName = ItemChoiceType29.ContractRootGUID,
ItemElementName = ItemChoiceType35.ContractRootGUID,
Item = FormatGuid(договор.ГуидДоговора),
// TODO: Проверить комментарий
// Если удалять версию проекта то остается предыдущая версия проекта

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using OrgRegistryCommon = Hcs.Service.Async.OrgRegistryCommon.v14_5_0_1;
using OrgRegistryCommon = Hcs.Service.Async.OrganizationsRegistryCommon.v15_7_0_1;
namespace Hcs.ClientApi.OrgRegistryCommonApi
{

View File

@ -4,9 +4,9 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using OrgRegistryCommon = Hcs.Service.Async.OrgRegistryCommon.v14_5_0_1;
using OrgRegistryCommon = Hcs.Service.Async.OrganizationsRegistryCommon.v15_7_0_1;
namespace Hcs.Service.Async.OrgRegistryCommon.v14_5_0_1
namespace Hcs.Service.Async.OrganizationsRegistryCommon.v15_7_0_1
{
public partial class AckRequestAck : IHcsAck { }
public partial class getStateResult : IHcsGetStateResult { }

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="AckRequest" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DebtRequests.v14_5_0_1.AckRequest, Connected Services.Service.Async.DebtRequests.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ResultHeader" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DebtRequests.v14_5_0_1.ResultHeader, Connected Services.Service.Async.DebtRequests.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportDebtRequestsResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DebtRequests.v14_5_0_1.exportDebtRequestsResponse, Connected Services.Service.Async.DebtRequests.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportDebtSubrequestsResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DebtRequests.v14_5_0_1.exportDebtSubrequestsResponse, Connected Services.Service.Async.DebtRequests.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="getStateResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DebtRequests.v14_5_0_1.getStateResponse, Connected Services.Service.Async.DebtRequests.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="getStateResult" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DebtRequests.v14_5_0_1.getStateResult, Connected Services.Service.Async.DebtRequests.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importDebtRequestsResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DebtRequests.v14_5_0_1.importDebtRequestsResponse, Connected Services.Service.Async.DebtRequests.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importResponsesResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DebtRequests.v14_5_0_1.importResponsesResponse, Connected Services.Service.Async.DebtRequests.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ReferenceGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="645bc055-367f-46df-8c38-d6380dab516d" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
<ReferenceGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="b642da62-3cd9-49d7-b257-5a2a6b4baeb7" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
<ClientOptions>
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
<GenerateTaskBasedAsynchronousMethod>true</GenerateTaskBasedAsynchronousMethod>
@ -19,14 +19,14 @@
<ServiceContractMappings />
</ClientOptions>
<MetadataSources>
<MetadataSource Address="D:\NetFX\Eso.System\Hcs.ClientApi\HcsWsdlSources\hcs-wsdl-v.14.5.0.1\debt-requests\hcs-debt-requests-service-async.wsdl" Protocol="file" SourceId="1" />
<MetadataSource Address="C:\Users\kshkulev\Documents\hcs\Hcs.Client\HcsWsdlSources\wsdl_xsd_v.15.7.0.1\debt-requests\hcs-debt-requests-service-async.wsdl" Protocol="file" SourceId="1" />
</MetadataSources>
<Metadata>
<MetadataFile FileName="hcs-debt-requests-service-async.wsdl" MetadataType="Wsdl" ID="6f91cf99-33aa-4d54-9665-473eb28f1eca" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/debt-requests/hcs-debt-requests-service-async.wsdl" />
<MetadataFile FileName="hcs-nsi-base.xsd" MetadataType="Schema" ID="758210c3-b108-4e08-8ac6-5bd3112f3742" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-nsi-base.xsd" />
<MetadataFile FileName="hcs-base.xsd" MetadataType="Schema" ID="e1d8df35-e2c6-4bcf-8c1b-b57a9bdb8616" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-base.xsd" />
<MetadataFile FileName="hcs-debt-requests-types.xsd" MetadataType="Schema" ID="981cd6a8-85a5-4a35-b495-58bd4bfa7bcd" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/debt-requests/hcs-debt-requests-types.xsd" />
<MetadataFile FileName="xmldsig-core-schema.xsd" MetadataType="Schema" ID="16d443f5-1faa-4ebe-97f6-23c1b85ceb2e" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/xmldsig-core-schema.xsd" />
<MetadataFile FileName="hcs-nsi-base.xsd" MetadataType="Schema" ID="22c761cf-4124-40b5-8db6-a7793d47c2f9" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-nsi-base.xsd" />
<MetadataFile FileName="hcs-debt-requests-service-async.wsdl" MetadataType="Wsdl" ID="0bfa5b2a-a70a-4704-8ca7-ef026e309351" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/debt-requests/hcs-debt-requests-service-async.wsdl" />
<MetadataFile FileName="hcs-base.xsd" MetadataType="Schema" ID="82b9f743-c490-4475-b15f-e3356126b76f" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-base.xsd" />
<MetadataFile FileName="xmldsig-core-schema.xsd" MetadataType="Schema" ID="5beb2945-bc64-4c54-bffe-c7ac02e14e5f" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/xmldsig-core-schema.xsd" />
<MetadataFile FileName="hcs-debt-requests-types.xsd" MetadataType="Schema" ID="64971bf4-fd3d-4ee6-b3f0-7019e4185b38" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/debt-requests/hcs-debt-requests-types.xsd" />
</Metadata>
<Extensions>
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />

View File

@ -2,10 +2,10 @@
<configurationSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:schemas-microsoft-com:xml-wcfconfigurationsnapshot">
<behaviors />
<bindings>
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;DebtRequestsAsyncBinding2&quot;&gt;&lt;security mode=&quot;Transport&quot; /&gt;&lt;/Data&gt;" bindingType="basicHttpBinding" name="DebtRequestsAsyncBinding2" />
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;DebtRequestsAsyncBinding3&quot; /&gt;" bindingType="basicHttpBinding" name="DebtRequestsAsyncBinding3" />
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;DebtRequestsAsyncBinding&quot;&gt;&lt;security mode=&quot;Transport&quot; /&gt;&lt;/Data&gt;" bindingType="basicHttpBinding" name="DebtRequestsAsyncBinding" />
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;DebtRequestsAsyncBinding1&quot; /&gt;" bindingType="basicHttpBinding" name="DebtRequestsAsyncBinding1" />
</bindings>
<endpoints>
<endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-debtreq-service/services/DebtRequestsAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;DebtRequestsAsyncBinding2&quot; contract=&quot;Service.Async.DebtRequests.v14_5_0_1.DebtRequestsAsyncPort&quot; name=&quot;DebtRequestsAsyncPort1&quot; /&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-debtreq-service/services/DebtRequestsAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;DebtRequestsAsyncBinding2&quot; contract=&quot;Service.Async.DebtRequests.v14_5_0_1.DebtRequestsAsyncPort&quot; name=&quot;DebtRequestsAsyncPort1&quot; /&gt;" contractName="Service.Async.DebtRequests.v14_5_0_1.DebtRequestsAsyncPort" name="DebtRequestsAsyncPort1" />
<endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-debtreq-service/services/DebtRequestsAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;DebtRequestsAsyncBinding&quot; contract=&quot;Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort&quot; name=&quot;DebtRequestsAsyncPort&quot; /&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-debtreq-service/services/DebtRequestsAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;DebtRequestsAsyncBinding&quot; contract=&quot;Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort&quot; name=&quot;DebtRequestsAsyncPort&quot; /&gt;" contractName="Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort" name="DebtRequestsAsyncPort" />
</endpoints>
</configurationSnapshot>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<SavedWcfConfigurationInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="9.1" CheckSum="XNS+rGnLuUYA8Ss5BzAIC8rmYFT3nffFlV3v0MChVjc=">
<SavedWcfConfigurationInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="9.1" CheckSum="ULifDpf43Y229cZbpvxlIfRDy2V+0bJ32OpepzDCUtY=">
<bindingConfigurations>
<bindingConfiguration bindingType="basicHttpBinding" name="DebtRequestsAsyncBinding2">
<bindingConfiguration bindingType="basicHttpBinding" name="DebtRequestsAsyncBinding">
<properties>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>DebtRequestsAsyncBinding2</serializedValue>
<serializedValue>DebtRequestsAsyncBinding</serializedValue>
</property>
<property path="/closeTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -94,7 +94,7 @@
<serializedValue>TransportSelected</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/customServiceNames" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>(Collection)</serializedValue>
<serializedValue>(Коллекция)</serializedValue>
</property>
<property path="/security/transport/realm" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -110,10 +110,10 @@
</property>
</properties>
</bindingConfiguration>
<bindingConfiguration bindingType="basicHttpBinding" name="DebtRequestsAsyncBinding3">
<bindingConfiguration bindingType="basicHttpBinding" name="DebtRequestsAsyncBinding1">
<properties>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>DebtRequestsAsyncBinding3</serializedValue>
<serializedValue>DebtRequestsAsyncBinding1</serializedValue>
</property>
<property path="/closeTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -203,7 +203,7 @@
<serializedValue>TransportSelected</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/customServiceNames" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>(Collection)</serializedValue>
<serializedValue>(Коллекция)</serializedValue>
</property>
<property path="/security/transport/realm" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -221,7 +221,7 @@
</bindingConfiguration>
</bindingConfigurations>
<endpoints>
<endpoint name="DebtRequestsAsyncPort1" contract="Service.Async.DebtRequests.v14_5_0_1.DebtRequestsAsyncPort" bindingType="basicHttpBinding" address="https://api.dom.gosuslugi.ru/ext-bus-debtreq-service/services/DebtRequestsAsync" bindingConfiguration="DebtRequestsAsyncBinding2">
<endpoint name="DebtRequestsAsyncPort" contract="Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort" bindingType="basicHttpBinding" address="https://api.dom.gosuslugi.ru/ext-bus-debtreq-service/services/DebtRequestsAsync" bindingConfiguration="DebtRequestsAsyncBinding">
<properties>
<property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>https://api.dom.gosuslugi.ru/ext-bus-debtreq-service/services/DebtRequestsAsync</serializedValue>
@ -233,10 +233,10 @@
<serializedValue>basicHttpBinding</serializedValue>
</property>
<property path="/bindingConfiguration" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>DebtRequestsAsyncBinding2</serializedValue>
<serializedValue>DebtRequestsAsyncBinding</serializedValue>
</property>
<property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Service.Async.DebtRequests.v14_5_0_1.DebtRequestsAsyncPort</serializedValue>
<serializedValue>Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort</serializedValue>
</property>
<property path="/headers" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.AddressHeaderCollectionElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.AddressHeaderCollectionElement</serializedValue>
@ -296,7 +296,7 @@
<serializedValue>False</serializedValue>
</property>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>DebtRequestsAsyncPort1</serializedValue>
<serializedValue>DebtRequestsAsyncPort</serializedValue>
</property>
<property path="/kind" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />

View File

@ -429,7 +429,8 @@
</xs:element>
<xs:element name="ErrorMessage" type="tns:ErrorMessageType">
<xs:annotation>
<xs:documentation>Описание ошибок контролей или бизнес-процесса</xs:documentation>
<xs:documentation>Описание ошибок контролей или бизнес-процесса. Элемент не заполянется. Оставлен для совместимости
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="ErrorMessageType">

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:base="http://dom.gosuslugi.ru/schema/integration/base/" xmlns:tns="http://dom.gosuslugi.ru/schema/integration/drs/" xmlns:nsi-base="http://dom.gosuslugi.ru/schema/integration/nsi-base/" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://dom.gosuslugi.ru/schema/integration/drs/" version="14.0.0.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:schema xmlns:base="http://dom.gosuslugi.ru/schema/integration/base/" xmlns:tns="http://dom.gosuslugi.ru/schema/integration/drs/" xmlns:nsi-base="http://dom.gosuslugi.ru/schema/integration/nsi-base/" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://dom.gosuslugi.ru/schema/integration/drs/" version="15.3.0.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="../lib/hcs-base.xsd" namespace="http://dom.gosuslugi.ru/schema/integration/base/" />
<xs:import schemaLocation="../lib/hcs-nsi-base.xsd" namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/" />
<xs:element name="importDRsRequest">
<xs:annotation>
<xs:documentation>???????????? ?? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????. ???????????????? ???????????? 13.1.10.1 ?? 14.0.0.0</xs:documentation>
<xs:documentation>???????????? ?? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????. ???????????????? ???????????? 13.1.10.1, 14.0.0.0,</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent mixed="false">
@ -71,7 +71,7 @@
</xs:element>
<xs:element name="exportDRsRequest">
<xs:annotation>
<xs:documentation>?????????????? ???? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????. ???????????????? ???????????? 13.1.10.1 ?? 14.0.0.0</xs:documentation>
<xs:documentation>?????????????? ???? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????. ???????????????? ???????????? 13.1.10.1, 14.0.0.0 ?? 15.3.0.0</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent mixed="false">
@ -175,7 +175,7 @@
</xs:element>
<xs:element name="exportDRsResult">
<xs:annotation>
<xs:documentation>?????????????????? ???????????????? ???? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????. ???????????????? ???????????? 13.1.10.1 ?? 14.0.0.0</xs:documentation>
<xs:documentation>?????????????????? ???????????????? ???? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent mixed="false">
@ -247,7 +247,7 @@
</xs:complexType>
<xs:element name="exportDSRsRequest">
<xs:annotation>
<xs:documentation>?????????????? ???? ?????? ?????? ?????????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ??????. ???????????????? ???????????? 13.1.10.1 ?? 14.0.0.0</xs:documentation>
<xs:documentation>?????????????? ???? ?????? ?????? ?????????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ??????. ???????????????? ???????????? 13.1.10.1, 14.0.0.0 ?? 15.3.0.0</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent mixed="false">
@ -335,7 +335,7 @@
</xs:element>
<xs:element name="exportDSRsResult">
<xs:annotation>
<xs:documentation>?????????????????? ???????????????? ???? ?????? ?????? ?????????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ??????. ???????????????? ???????????? 13.1.10.1 ?? 14.0.0.0</xs:documentation>
<xs:documentation>?????????????????? ???????????????? ???? ?????? ?????? ?????????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ??????. ???????????????? ???????????? 13.1.10.1, 14.0.0.0 ?? 15.3.0.0</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent mixed="false">
@ -1105,7 +1105,7 @@
</xs:complexType>
<xs:complexType name="ActType">
<xs:annotation>
<xs:documentation>???????? ?????????????????? ????????</xs:documentation>
<xs:documentation>???????? ?????????????????? ???????? ?????????????????? ????????????: 14.0.0.0 ?? 15.3.0.0</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="number">
@ -1123,6 +1123,11 @@
<xs:documentation>???????? ???????????????????? ?? ???????? ?????????????????? ????????</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="judicalActDatePronouncing" type="xs:date">
<xs:annotation>
<xs:documentation>???????? ?????????????????? ???????? (??????????????????) ???????????????????????????? ??????????????. ??????????????????????, ?????????????? ?? ???????????? 15.3.0.0, ???????? ???????????????? ???? ????????????</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CancelledAddressType">

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="AckRequest" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DeviceMetering.v14_5_0_1.AckRequest, Connected Services.Service.Async.DeviceMetering.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ResultHeader" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DeviceMetering.v14_5_0_1.ResultHeader, Connected Services.Service.Async.DeviceMetering.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportMeteringDeviceHistoryResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DeviceMetering.v14_5_0_1.exportMeteringDeviceHistoryResponse, Connected Services.Service.Async.DeviceMetering.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryResponse, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="getStateResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DeviceMetering.v14_5_0_1.getStateResponse, Connected Services.Service.Async.DeviceMetering.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResponse, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="getStateResult" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DeviceMetering.v14_5_0_1.getStateResult, Connected Services.Service.Async.DeviceMetering.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResult, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importMeteringDeviceValuesResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.DeviceMetering.v14_5_0_1.importMeteringDeviceValuesResponse, Connected Services.Service.Async.DeviceMetering.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesResponse, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ReferenceGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="9d29cba8-2b83-4597-a575-bed27922dbaa" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
<ReferenceGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="fd1fec8c-c46c-458c-9cd7-806da713106d" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
<ClientOptions>
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
<GenerateTaskBasedAsynchronousMethod>true</GenerateTaskBasedAsynchronousMethod>
@ -19,15 +19,15 @@
<ServiceContractMappings />
</ClientOptions>
<MetadataSources>
<MetadataSource Address="D:\NetFX\Eso.System\Hcs.ClientApi\HcsWsdlSources\hcs-wsdl-v.14.5.0.1\device-metering\hcs-device-metering-service-async.wsdl" Protocol="file" SourceId="1" />
<MetadataSource Address="C:\Users\kshkulev\Documents\hcs\Hcs.Client\HcsWsdlSources\wsdl_xsd_v.15.7.0.1\device-metering\hcs-device-metering-service-async.wsdl" Protocol="file" SourceId="1" />
</MetadataSources>
<Metadata>
<MetadataFile FileName="hcs-nsi-base.xsd" MetadataType="Schema" ID="b0340444-1849-4b40-b061-053657b6fb49" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-nsi-base.xsd" />
<MetadataFile FileName="hcs-device-metering-service-async.wsdl" MetadataType="Wsdl" ID="3d3562f9-2d8a-4f5a-aaa0-22d00865b55b" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/device-metering/hcs-device-metering-service-async.wsdl" />
<MetadataFile FileName="hcs-device-metering-types.xsd" MetadataType="Schema" ID="457ef098-ee33-459f-84ad-8208318d9835" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/device-metering/hcs-device-metering-types.xsd" />
<MetadataFile FileName="hcs-metering-device-base.xsd" MetadataType="Schema" ID="3a5eb621-317d-41e2-b57b-25dc647ddf34" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-metering-device-base.xsd" />
<MetadataFile FileName="hcs-base.xsd" MetadataType="Schema" ID="570c2387-17e2-4667-b4b9-340271dd7d03" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-base.xsd" />
<MetadataFile FileName="xmldsig-core-schema.xsd" MetadataType="Schema" ID="c1d664c7-4e8e-413a-90c4-0e5fdd3ed1b6" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/xmldsig-core-schema.xsd" />
<MetadataFile FileName="hcs-metering-device-base.xsd" MetadataType="Schema" ID="2419b972-b956-4bed-8966-2b0898d61ed3" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-metering-device-base.xsd" />
<MetadataFile FileName="hcs-device-metering-service-async.wsdl" MetadataType="Wsdl" ID="716bca04-f934-4fef-a13a-9c9c7214b540" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/device-metering/hcs-device-metering-service-async.wsdl" />
<MetadataFile FileName="hcs-base.xsd" MetadataType="Schema" ID="dcbbfb0b-d12c-4987-9347-917af0e692c7" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-base.xsd" />
<MetadataFile FileName="xmldsig-core-schema.xsd" MetadataType="Schema" ID="bc2074bb-3a95-40ed-bc24-73d069cc0cfe" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/xmldsig-core-schema.xsd" />
<MetadataFile FileName="hcs-device-metering-types.xsd" MetadataType="Schema" ID="5683567d-5167-4f22-b382-4ea6e40e8914" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/device-metering/hcs-device-metering-types.xsd" />
<MetadataFile FileName="hcs-nsi-base.xsd" MetadataType="Schema" ID="fecd667b-c7e0-4828-99a8-e981d1adeb7e" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-nsi-base.xsd" />
</Metadata>
<Extensions>
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />

View File

@ -6,6 +6,6 @@
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;DeviceMeteringBindingAsync1&quot; /&gt;" bindingType="basicHttpBinding" name="DeviceMeteringBindingAsync1" />
</bindings>
<endpoints>
<endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeteringAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;DeviceMeteringBindingAsync&quot; contract=&quot;Service.Async.DeviceMetering.v14_5_0_1.DeviceMeteringPortTypesAsync&quot; name=&quot;DeviceMeteringPortAsync&quot; /&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeteringAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;DeviceMeteringBindingAsync&quot; contract=&quot;Service.Async.DeviceMetering.v14_5_0_1.DeviceMeteringPortTypesAsync&quot; name=&quot;DeviceMeteringPortAsync&quot; /&gt;" contractName="Service.Async.DeviceMetering.v14_5_0_1.DeviceMeteringPortTypesAsync" name="DeviceMeteringPortAsync" />
<endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeteringAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;DeviceMeteringBindingAsync&quot; contract=&quot;Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync&quot; name=&quot;DeviceMeteringPortAsync&quot; /&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeteringAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;DeviceMeteringBindingAsync&quot; contract=&quot;Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync&quot; name=&quot;DeviceMeteringPortAsync&quot; /&gt;" contractName="Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync" name="DeviceMeteringPortAsync" />
</endpoints>
</configurationSnapshot>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<SavedWcfConfigurationInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="9.1" CheckSum="4woX2mT1tAG8n3tMQ+W6Ea7OYBJjZPdczN28fU5d9f8=">
<SavedWcfConfigurationInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="9.1" CheckSum="FOacjbP6ntenckYOP2yqnHzNwI6c0zpxmTlUNoZCroQ=">
<bindingConfigurations>
<bindingConfiguration bindingType="basicHttpBinding" name="DeviceMeteringBindingAsync">
<properties>
@ -94,7 +94,7 @@
<serializedValue>TransportSelected</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/customServiceNames" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>(Collection)</serializedValue>
<serializedValue>(Коллекция)</serializedValue>
</property>
<property path="/security/transport/realm" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -203,7 +203,7 @@
<serializedValue>TransportSelected</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/customServiceNames" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>(Collection)</serializedValue>
<serializedValue>(Коллекция)</serializedValue>
</property>
<property path="/security/transport/realm" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -221,7 +221,7 @@
</bindingConfiguration>
</bindingConfigurations>
<endpoints>
<endpoint name="DeviceMeteringPortAsync" contract="Service.Async.DeviceMetering.v14_5_0_1.DeviceMeteringPortTypesAsync" bindingType="basicHttpBinding" address="https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeteringAsync" bindingConfiguration="DeviceMeteringBindingAsync">
<endpoint name="DeviceMeteringPortAsync" contract="Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync" bindingType="basicHttpBinding" address="https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeteringAsync" bindingConfiguration="DeviceMeteringBindingAsync">
<properties>
<property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeteringAsync</serializedValue>
@ -236,7 +236,7 @@
<serializedValue>DeviceMeteringBindingAsync</serializedValue>
</property>
<property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Service.Async.DeviceMetering.v14_5_0_1.DeviceMeteringPortTypesAsync</serializedValue>
<serializedValue>Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync</serializedValue>
</property>
<property path="/headers" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.AddressHeaderCollectionElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.AddressHeaderCollectionElement</serializedValue>

View File

@ -429,7 +429,8 @@
</xs:element>
<xs:element name="ErrorMessage" type="tns:ErrorMessageType">
<xs:annotation>
<xs:documentation>Описание ошибок контролей или бизнес-процесса</xs:documentation>
<xs:documentation>Описание ошибок контролей или бизнес-процесса. Элемент не заполянется. Оставлен для совместимости
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="ErrorMessageType">

View File

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<ReferenceGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="d2604182-cced-404a-b61a-bb3caa1ed48e" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
<ClientOptions>
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
<GenerateTaskBasedAsynchronousMethod>true</GenerateTaskBasedAsynchronousMethod>
<EnableDataBinding>true</EnableDataBinding>
<ExcludedTypes />
<ImportXmlTypes>false</ImportXmlTypes>
<GenerateInternalTypes>false</GenerateInternalTypes>
<GenerateMessageContracts>false</GenerateMessageContracts>
<NamespaceMappings />
<CollectionMappings />
<GenerateSerializableTypes>true</GenerateSerializableTypes>
<Serializer>Auto</Serializer>
<UseSerializerForFaults>true</UseSerializerForFaults>
<ReferenceAllAssemblies>true</ReferenceAllAssemblies>
<ReferencedAssemblies />
<ReferencedDataContractTypes />
<ServiceContractMappings />
</ClientOptions>
<MetadataSources>
<MetadataSource Address="D:\NetFX\Eso.System\Hcs.ClientApi\HcsWsdlSources\hcs-wsdl-v.14.5.0.1\house-management\hcs-house-management-service-async.wsdl" Protocol="file" SourceId="1" />
</MetadataSources>
<Metadata>
<MetadataFile FileName="hcs-bills-base.xsd" MetadataType="Schema" ID="bc2f4b93-3f1a-49c0-8053-729ec8bdf484" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-bills-base.xsd" />
<MetadataFile FileName="hcs-nsi-base.xsd" MetadataType="Schema" ID="56894500-df81-48f9-b338-8e978fe7b0a9" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-nsi-base.xsd" />
<MetadataFile FileName="hcs-organizations-registry-base.xsd" MetadataType="Schema" ID="88b73ec4-4a5d-473c-ba32-ba2adc0b0bbb" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-organizations-registry-base.xsd" />
<MetadataFile FileName="hcs-account-base.xsd" MetadataType="Schema" ID="cb071b01-86e9-405f-b6b9-d47765153749" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-account-base.xsd" />
<MetadataFile FileName="hcs-organizations-base.xsd" MetadataType="Schema" ID="f4b8e438-a9ad-42ac-9002-300d438b3095" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-organizations-base.xsd" />
<MetadataFile FileName="hcs-house-management-service-async.wsdl" MetadataType="Wsdl" ID="962f4684-7694-4563-812d-44ed4481c0ad" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/house-management/hcs-house-management-service-async.wsdl" />
<MetadataFile FileName="xmldsig-core-schema.xsd" MetadataType="Schema" ID="f8f1f7ca-d7d6-45d0-9a09-ab927a63b7ca" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/xmldsig-core-schema.xsd" />
<MetadataFile FileName="hcs-house-management-types.xsd" MetadataType="Schema" ID="a61b00d4-db73-466d-843e-f5337c24c5a9" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/house-management/hcs-house-management-types.xsd" />
<MetadataFile FileName="hcs-individual-registry-base.xsd" MetadataType="Schema" ID="ed697735-838c-42df-b1ff-308ad7dfc5f6" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-individual-registry-base.xsd" />
<MetadataFile FileName="hcs-metering-device-base.xsd" MetadataType="Schema" ID="951d345d-1ca2-4bf3-93dc-66fa2e159e63" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-metering-device-base.xsd" />
<MetadataFile FileName="hcs-premises-base.xsd" MetadataType="Schema" ID="53109acb-8a38-44a9-abd4-6f2307cf66aa" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-premises-base.xsd" />
<MetadataFile FileName="hcs-base.xsd" MetadataType="Schema" ID="eea24b87-21d2-4bd5-805d-22e39036eb54" SourceId="1" SourceUrl="file:///D:/NetFX/Eso.System/Hcs.ClientApi/HcsWsdlSources/hcs-wsdl-v.14.5.0.1/lib/hcs-base.xsd" />
</Metadata>
<Extensions>
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
<ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
</Extensions>
</ReferenceGroup>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="AckRequest" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.AckRequest, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ResultHeader" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.ResultHeader, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="demolishHouseResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.demolishHouseResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportAccountDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportAccountDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportAccountIndividualServicesResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportAccountIndividualServicesResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportBriefApartmentHouseResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportBriefApartmentHouseResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportBriefBasicHouseResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportBriefBasicHouseResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportBriefLivingHouseResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportBriefLivingHouseResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportBriefSocialHireContractResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportBriefSocialHireContractResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportBriefSupplyResourceContractResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportBriefSupplyResourceContractResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportCAChDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportCAChDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportHouseDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportHouseDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportMeteringDeviceDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportMeteringDeviceDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportODSPMeteringDeviceDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportOwnerDecisionResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportOwnerDecisionResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportOwnerRefusalResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportOwnerRefusalResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportRolloverStatusCAChResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportRolloverStatusCAChResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportStatusCAChDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportStatusCAChDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportStatusPublicPropertyContractResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportStatusPublicPropertyContractResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportSupplyResourceContractDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportSupplyResourceContractDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportSupplyResourceContractObjectAddressDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportSupplyResourceContractObjectAddressDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportVotingMessageResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportVotingMessageResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="exportVotingProtocolResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.exportVotingProtocolResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="getStateResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.getStateResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="getStateResult" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.getStateResult, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResult, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importAccountDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importAccountDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importAccountIndividualServicesResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importAccountIndividualServicesResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importCharterDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importCharterDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importContractDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importContractDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importExternalVotingProtocolResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importExternalVotingProtocolResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importHouseESPDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importHouseESPDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importHouseOMSDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importHouseOMSDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importHouseUODataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importHouseUODataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importMeteringDeviceDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importMeteringDeviceDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importNotificationDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importNotificationDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importOwnerDecisionResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importOwnerDecisionResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importOwnerRefusalResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importOwnerRefusalResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importPublicPropertyContractResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importPublicPropertyContractResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importSupplyResourceContractDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importSupplyResourceContractDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importSupplyResourceContractObjectAddressDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importSupplyResourceContractObjectAddressDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importSupplyResourceContractProjectDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importSupplyResourceContractProjectDataResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importVotingMessageResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importVotingMessageResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="importVotingProtocolResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>Hcs.Service.Async.HouseManagement.v14_5_0_1.importVotingProtocolResponse, Connected Services.Service.Async.HouseManagement.v14_5_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<ReferenceGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="cf6787fa-2c63-4060-a7a5-f4ff531ae384" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
<ClientOptions>
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
<GenerateTaskBasedAsynchronousMethod>true</GenerateTaskBasedAsynchronousMethod>
<EnableDataBinding>true</EnableDataBinding>
<ExcludedTypes />
<ImportXmlTypes>false</ImportXmlTypes>
<GenerateInternalTypes>false</GenerateInternalTypes>
<GenerateMessageContracts>false</GenerateMessageContracts>
<NamespaceMappings />
<CollectionMappings />
<GenerateSerializableTypes>true</GenerateSerializableTypes>
<Serializer>Auto</Serializer>
<UseSerializerForFaults>true</UseSerializerForFaults>
<ReferenceAllAssemblies>true</ReferenceAllAssemblies>
<ReferencedAssemblies />
<ReferencedDataContractTypes />
<ServiceContractMappings />
</ClientOptions>
<MetadataSources>
<MetadataSource Address="C:\Users\kshkulev\Documents\hcs\Hcs.Client\HcsWsdlSources\wsdl_xsd_v.15.7.0.1\house-management\hcs-house-management-service-async.wsdl" Protocol="file" SourceId="1" />
</MetadataSources>
<Metadata>
<MetadataFile FileName="hcs-organizations-registry-base.xsd" MetadataType="Schema" ID="f25c678a-e380-4421-a7a4-7181f0899f4e" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-organizations-registry-base.xsd" />
<MetadataFile FileName="hcs-individual-registry-base.xsd" MetadataType="Schema" ID="63b334c6-db9d-4882-b47e-a6b35f9ca31d" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-individual-registry-base.xsd" />
<MetadataFile FileName="hcs-house-management-types.xsd" MetadataType="Schema" ID="5acb6af4-4281-4fcd-9ead-762a1fefd8f9" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/house-management/hcs-house-management-types.xsd" />
<MetadataFile FileName="hcs-metering-device-base.xsd" MetadataType="Schema" ID="86deb165-6cf7-4eb4-a7f4-927b3c3bb18c" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-metering-device-base.xsd" />
<MetadataFile FileName="hcs-organizations-base.xsd" MetadataType="Schema" ID="560ab772-5277-4001-adae-d1f9efdb2f68" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-organizations-base.xsd" />
<MetadataFile FileName="hcs-bills-base.xsd" MetadataType="Schema" ID="32a832a7-29b6-46f3-9b48-0a63e2837cd9" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-bills-base.xsd" />
<MetadataFile FileName="hcs-premises-base.xsd" MetadataType="Schema" ID="4f15d9f5-1eda-47db-bcc1-2d68d7b7011d" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-premises-base.xsd" />
<MetadataFile FileName="xmldsig-core-schema.xsd" MetadataType="Schema" ID="57b353ac-c736-42b2-9a8f-40466a0c34fb" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/xmldsig-core-schema.xsd" />
<MetadataFile FileName="hcs-base.xsd" MetadataType="Schema" ID="8b7c10e7-3fd4-48de-b2a1-ecc236ae660d" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-base.xsd" />
<MetadataFile FileName="hcs-account-base.xsd" MetadataType="Schema" ID="167229dd-6171-4903-84ad-11a3463a01b7" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-account-base.xsd" />
<MetadataFile FileName="hcs-nsi-base.xsd" MetadataType="Schema" ID="a6dc3feb-f4ce-4101-9235-6b5b3b17442b" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/lib/hcs-nsi-base.xsd" />
<MetadataFile FileName="hcs-house-management-service-async.wsdl" MetadataType="Wsdl" ID="a2ba85ec-bbe6-4b0e-b854-512484e0fa83" SourceId="1" SourceUrl="file:///C:/Users/kshkulev/Documents/hcs/Hcs.Client/HcsWsdlSources/wsdl_xsd_v.15.7.0.1/house-management/hcs-house-management-service-async.wsdl" />
</Metadata>
<Extensions>
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
<ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
</Extensions>
</ReferenceGroup>

View File

@ -2,10 +2,10 @@
<configurationSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:schemas-microsoft-com:xml-wcfconfigurationsnapshot">
<behaviors />
<bindings>
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;HouseManagementBindingAsync2&quot;&gt;&lt;security mode=&quot;Transport&quot; /&gt;&lt;/Data&gt;" bindingType="basicHttpBinding" name="HouseManagementBindingAsync2" />
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;HouseManagementBindingAsync3&quot; /&gt;" bindingType="basicHttpBinding" name="HouseManagementBindingAsync3" />
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;HouseManagementBindingAsync&quot;&gt;&lt;security mode=&quot;Transport&quot; /&gt;&lt;/Data&gt;" bindingType="basicHttpBinding" name="HouseManagementBindingAsync" />
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data name=&quot;HouseManagementBindingAsync1&quot; /&gt;" bindingType="basicHttpBinding" name="HouseManagementBindingAsync1" />
</bindings>
<endpoints>
<endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagementAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;HouseManagementBindingAsync2&quot; contract=&quot;Service.Async.HouseManagement.v14_5_0_1.HouseManagementPortsTypeAsync&quot; name=&quot;HouseManagementPortAsync1&quot; /&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagementAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;HouseManagementBindingAsync2&quot; contract=&quot;Service.Async.HouseManagement.v14_5_0_1.HouseManagementPortsTypeAsync&quot; name=&quot;HouseManagementPortAsync1&quot; /&gt;" contractName="Service.Async.HouseManagement.v14_5_0_1.HouseManagementPortsTypeAsync" name="HouseManagementPortAsync1" />
<endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagementAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;HouseManagementBindingAsync&quot; contract=&quot;Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync&quot; name=&quot;HouseManagementPortAsync&quot; /&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagementAsync&quot; binding=&quot;basicHttpBinding&quot; bindingConfiguration=&quot;HouseManagementBindingAsync&quot; contract=&quot;Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync&quot; name=&quot;HouseManagementPortAsync&quot; /&gt;" contractName="Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync" name="HouseManagementPortAsync" />
</endpoints>
</configurationSnapshot>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<SavedWcfConfigurationInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="9.1" CheckSum="33gOOo1AA11t6Bv+WLqfGmskjbFmPqAHMVfRPW2mgKw=">
<SavedWcfConfigurationInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="9.1" CheckSum="2XJP4JQskGtsGYBYHugxTAiYsAVt5E/B8HVAIKIS7dI=">
<bindingConfigurations>
<bindingConfiguration bindingType="basicHttpBinding" name="HouseManagementBindingAsync2">
<bindingConfiguration bindingType="basicHttpBinding" name="HouseManagementBindingAsync">
<properties>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>HouseManagementBindingAsync2</serializedValue>
<serializedValue>HouseManagementBindingAsync</serializedValue>
</property>
<property path="/closeTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -94,7 +94,7 @@
<serializedValue>TransportSelected</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/customServiceNames" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>(Collection)</serializedValue>
<serializedValue>(Коллекция)</serializedValue>
</property>
<property path="/security/transport/realm" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -110,10 +110,10 @@
</property>
</properties>
</bindingConfiguration>
<bindingConfiguration bindingType="basicHttpBinding" name="HouseManagementBindingAsync3">
<bindingConfiguration bindingType="basicHttpBinding" name="HouseManagementBindingAsync1">
<properties>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>HouseManagementBindingAsync3</serializedValue>
<serializedValue>HouseManagementBindingAsync1</serializedValue>
</property>
<property path="/closeTimeout" isComplexType="false" isExplicitlyDefined="true" clrType="System.TimeSpan, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -203,7 +203,7 @@
<serializedValue>TransportSelected</serializedValue>
</property>
<property path="/security/transport/extendedProtectionPolicy/customServiceNames" isComplexType="true" isExplicitlyDefined="false" clrType="System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>(Collection)</serializedValue>
<serializedValue>(Коллекция)</serializedValue>
</property>
<property path="/security/transport/realm" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />
@ -221,7 +221,7 @@
</bindingConfiguration>
</bindingConfigurations>
<endpoints>
<endpoint name="HouseManagementPortAsync1" contract="Service.Async.HouseManagement.v14_5_0_1.HouseManagementPortsTypeAsync" bindingType="basicHttpBinding" address="https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagementAsync" bindingConfiguration="HouseManagementBindingAsync2">
<endpoint name="HouseManagementPortAsync" contract="Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync" bindingType="basicHttpBinding" address="https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagementAsync" bindingConfiguration="HouseManagementBindingAsync">
<properties>
<property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagementAsync</serializedValue>
@ -233,10 +233,10 @@
<serializedValue>basicHttpBinding</serializedValue>
</property>
<property path="/bindingConfiguration" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>HouseManagementBindingAsync2</serializedValue>
<serializedValue>HouseManagementBindingAsync</serializedValue>
</property>
<property path="/contract" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>Service.Async.HouseManagement.v14_5_0_1.HouseManagementPortsTypeAsync</serializedValue>
<serializedValue>Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync</serializedValue>
</property>
<property path="/headers" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.AddressHeaderCollectionElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>System.ServiceModel.Configuration.AddressHeaderCollectionElement</serializedValue>
@ -296,7 +296,7 @@
<serializedValue>False</serializedValue>
</property>
<property path="/name" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue>HouseManagementPortAsync1</serializedValue>
<serializedValue>HouseManagementPortAsync</serializedValue>
</property>
<property path="/kind" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<serializedValue />

Some files were not shown because too many files have changed in this diff Show More