Hi,
I am using /Central/AlarmServiceToken SOAP Service to start an event line session and get events calling GetSessionEventLines. Everything looks fine for events triggered before the event line session was started.
Events triggered after the start of the event line session are missing a valid CameraId:
<GetSessionEventLinesResponse xmlns="http://videoos.net/2/CentralServerAlarmCommand">
<GetSessionEventLinesResult xmlns:a="http://schemas.datacontract.org/2004/07/VideoOS.Platform.Proxy.Alarm" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:Deleted xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
<a:Inserted>
<a:EventLine>
<a:CameraId>00000000-0000-0000-0000-000000000000</a:CameraId>
<a:CustomTag>D</a:CustomTag>
<a:Id>9d274e3e-6552-4798-8329-7055a0304b12</a:Id>
<a:LocalId>10131</a:LocalId>
<a:Message>Unlisted license plate</a:Message>
<a:Name i:nil="true"/>
<a:ObjectValue>RA KL8136</a:ObjectValue>
<a:RuleType>Unlisted license plate, AXIS M1013 Fixed Network Camera (172.16.*.*) - Camera 1</a:RuleType>
<a:SourceId>3a9d5cd6-24b8-491d-b4c3-83c61d38db29</a:SourceId>
<a:SourceName>AXIS M1013 Fixed Network Camera (172.16.*.*) - Camera 1</a:SourceName>
<a:Timestamp>2020-01-21T11:04:20.843Z</a:Timestamp>
<a:Type>LPR Event</a:Type>
<a:VendorName i:nil="true"/>
</a:EventLine>
</a:Inserted>
</GetSessionEventLinesResult>
</GetSessionEventLinesResponse>
Regards,
Michael