Возник вопрос по получению ошибок с точек учета
Делаю запрос GetMeasurePointDeviceErrors:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“http://www.w3.org/2001/XMLSchema” xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/”>
soap:Body
6</measurePointId](http://www.lers.ru/website/api">6</measurePointId)>
2016-04-29T12:00:00.000</startDate](http://www.lers.ru/website/api">2016-04-29T12:00:00.000</startDate)>
2016-05-13T12:00:00.000</endDate](http://www.lers.ru/website/api">2016-05-13T12:00:00.000</endDate)>
Day</dataTypes](http://www.lers.ru/website/api">Day</dataTypes)>
</soap:Body>
</soap:Envelope>
Получаю в ответ ошибку:
<?xml version="1.0" encoding="UTF-8"?>-Ошибка](http://www.w3.org/2001/XMLSchema"><ErrorMessage>Ошибка) получения показаний по точке учета. 1. [System.Core] System.ArgumentNullException: Value cannot be null. Parameter name: source Стек вызовов: at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Lers.Web.Api.Api.GetMeasurePointDeviceErrors(Int32 measurePointId, DateTime startDate, DateTime endDate, DeviceDataType dataTypes) -------------------------------------------------------------------------------------- UnhandledException
Подскажите что не так, пробовал и через тестовую форму Api и через запросы.