This is what im trying to do and i was pretty sure it would work,but it didn't.
http://login: [email protected]/ISAPI/Traffic/channels/1/vehicleDetect/plates/
<AfterTime><picTime>2021-12-10T09:07:15Z</picTime></AfterTime>
This is the return :
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<ResponseStatus xmlns="
" version="2.0">
<requestURL>
/ISAPI/Traffic/channels/1/vehicleDetect/plates/
<AfterTime>
<picTime>2021-12-09T09:01:15Z</picTime>
</AfterTime>
</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>invalidOperation</subStatusCode>
</ResponseStatus>
How do i find the plate number in the URL?What am i missing?
http://login: [email protected]/ISAPI/Traffic/channels/1/vehicleDetect/plates/
<AfterTime><picTime>2021-12-10T09:07:15Z</picTime></AfterTime>
This is the return :
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<ResponseStatus xmlns="
" version="2.0">
<requestURL>
/ISAPI/Traffic/channels/1/vehicleDetect/plates/
<AfterTime>
<picTime>2021-12-09T09:01:15Z</picTime>
</AfterTime>
</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>invalidOperation</subStatusCode>
</ResponseStatus>
How do i find the plate number in the URL?What am i missing?