Работоспособность стенда - https://docs.google.com/spreadsheets/d/1nsXtcD5E5ZaCysFPu6mPLF7fEPY2Zcri3iPgPhS44aY/edit?usp=sharing
Уважаемый пользователь!
Уведомляем о том, что в открытой части портала ГИС ЖКХ в разделе "Регламенты и инструкции" выложена обновленная документация с форматами обмена версии 9.0.1.3.
Работы по обновлению СИТ(https://217.107.108.147/#/main) буду выполнены 30.06.2016 в интервале с 8 до 12 Мск, на время обновления возможна временная недоступность стенда.
<ns4:Description>Договор ресурсоснабжения, в перечень объектов жилищного фонда которого входит помещение с идентификатором c1cfd868-1b72-40a2-a8d1-8dabf6a4d1e6 должен быть в статусе «Утвержден» в состоянии «Не вступивший в силу», либо «Действующий».</ns4:Description>
</ns4:Error>
@dudarkoas не работает оно. По крайней мере на таком запросе
<importSupplyResourceContractRequest xmlns="http://dom.gosuslugi.ru/schema/integration/9.0.1.2/house-management/" Id="signed-data-container">
<Contract>
<TransportGUID xmlns="http://dom.gosuslugi.ru/schema/integration/9.0.1.2/">7af57c08-8341-4bad-84ce-3b0e9884fd3d</TransportGUID>
<SupplyResourceContract>
<Period>
<Start>
<StartDate>1</StartDate>
</Start>
<End>
<EndDate>10</EndDate>
</End>
</Period>
<Offer>true</Offer>
<ObjectAddress>
<FIASHouseGuid>b3e4a0ca-4973-4e7b-a057-3ba8010687f5</FIASHouseGuid>
<Pair>
<PairKey>d9720eb8-cef3-4fbb-a3b1-baad8b33bd55</PairKey>
<StartSupplyDate>2013-04-05</StartSupplyDate>
<EndSupplyDate>2018-04-05</EndSupplyDate>
</Pair>
</ObjectAddress>
<IsPlannedVolume>false</IsPlannedVolume>
<IsNotContract>
<ContractSubject>
<ServiceType>
<Code xmlns="http://dom.gosuslugi.ru/schema/integration/9.0.1.2/">4</Code>
<GUID xmlns="http://dom.gosuslugi.ru/schema/integration/9.0.1.2/">f7e7c7ca-78cf-41ba-9d13-622ee263f064</GUID>
</ServiceType>
<MunicipalResource>
<Code xmlns="http://dom.gosuslugi.ru/schema/integration/9.0.1.2/">8</Code>
<GUID xmlns="http://dom.gosuslugi.ru/schema/integration/9.0.1.2/">b9f4e15e-9c64-4509-9bd1-669b5eac498e</GUID>
</MunicipalResource>
<StartSupplyDate>2013-04-05</StartSupplyDate>
<EndSupplyDate>2018-04-05</EndSupplyDate>
<TransportGUID xmlns="http://dom.gosuslugi.ru/schema/integration/9.0.1.2/">d9720eb8-cef3-4fbb-a3b1-baad8b33bd55</TransportGUID>
</ContractSubject>
</IsNotContract>
</SupplyResourceContract>
</Contract>
</importSupplyResourceContractRequest>
Получаю
<ns4:ErrorCode>FMT001300</ns4:ErrorCode>
<ns4:ErrorMessage>Line: 1. Column: 6315. Message: cvc-complex-type.2.4.a: Invalid content was found starting with element 'ObjectAddress'. One of '{"http://dom.gosuslugi.ru/schema/integration/9.0.1.2/house-management/":ContractSubject}' is expected.
</ns4:ErrorMessage>
В чем ошибка никак не пойму. Не подскажете? Без PairKey на 8 версии все нормально грузилось.
Было Sighnature
IsOperatorSighnature = true,
IsOperatorSighnatureSpecified = true,
стало Signature
IsOperatorSignature= true,
IsOperatorSignatureSpecified = true,
кто XML готовые сохранял, обратите внимание.
ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };
ServicePointManager.ServerCertificateValidationCallback = ((sender, cert1, chain, sslPolicyErrors) => true);