Hi,
I’m using the Recorder Status Service SOAP protocol with the following flow:
- Login to Server via Server Command Service (in order to get Token)
- Open SOAP session Status protocol (WSDL: /RecorderStatusService/RecorderStatusService2.asmx)
- Request to listen on specific devices
I’m getting the token via Server Command Service when calling the operation ‘Login’ without any parameters.
Then I use the received token to initiate the session with recorder status protocol via calling the ‘StartStatusSession’ SOAP operation.
The response is the following error: Token invalid 20001 (sub error 2).
With the same token I successfully connected to the image server SOAP protocol, but the same token is invalid for recorder status service.
So, it seems that the issue is with the recorder status server and not the token itself
Can you please assist with that issue?