I have several servers and my application is able to successfully move the camera through the API for all but 1 of my recorders. On the problematic recorder I get the following error:
<?xml version="1.0" encoding="utf-8"?>soap:ClientToken could not be validated at this time200014\\r\\n' }Here is the SOAP body of the request:
<soap:Envelope xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/”
vms-service | xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”
vms-service | xmlns:xsd=“http://www.w3.org/2001/XMLSchema”>
vms-service | soap:Body
vms-service |
vms-service | TOKEN#960fde8a-2112-4561-87de-2fe0a8c0eb59#hq-a-ncammgt-p1.pbso.org//ServerConnector#b0bdcf8f-b885-4132-8201-6155f1bcb4ec
vms-service |
vms-service | pan
vms-service | 1
vms-service |
vms-service |
vms-service | pan
vms-service | 1
vms-service |
vms-service |
vms-service |
vms-service | </soap:Body>
vms-service | </soap:Envelope>
Any idea what would cause this?
Tim