Hi all,
We are connecting to xProtect Corporate 2014 server using Protocol integration.
The method PTZMoveHome is working but we are having problems with method PTZMoveStart. It is giving us a good response but the camera is not moving.
We are using SOAPui app to test.
Sample request:
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xpr=“http://videoos.net/2/XProtectCSRecorderCommand”>
<xpr:token>XXXXXXXX</xpr:token>
<xpr:deviceId>XXXXXXXXX</xpr:deviceId>
<xpr:ptzArgs>
<xpr:movement>
<xpr:name>pan</xpr:name>
<xpr:value>0.5</xpr:value>
</xpr:movement>
<xpr:speed>
<xpr:name>pan</xpr:name>
<xpr:value>0.5</xpr:value>
</xpr:speed>
<xpr:Normalized></xpr:Normalized>
</xpr:ptzArgs>
</xpr:PTZMoveStart>
</soapenv:Body>
</soapenv:Envelope>
Sample response:
<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>
</soap:Envelope>
We can’t find any parameter value that has an effect on the camera.
Can anyone please confirm the right values we should use?
Are we doing any other thing wrongly?
Thanks in advance