The ServerCommandService
SOAP protocol offers a range of commands for XProtect authentication, configuration management, bookmark management and event generation.
Typical operations on this SOAP service are:
To connect to the ServerCommandService
, use an URL like:
https://{host:port}/ManagementServer/ServerCommandServiceOauth.svc (Windows or Basic user)
http://{host:port}/ManagementServer/ServerCommandService.svc (Windows user)
https://{host:port}/ManagementServer/ServerCommandService.svc
(Basic user) /ManagementServer/ServerCommandServiceOauth.svc
, available in XProtect 2021R1 and later, provides better security for Basic users.
The WSDL specification can be downloaded from the management server using an URL like:
http://{host:port}/ManagementServer/ServerCommandServiceOauth.svc?singleWsdl
http://{host:port}/ManagementServer/ServerCommandService.svc?singleWsdl
If the management server runs with default configuration on the local machine, the WSDLs will be at these URLs:
http://localhost/ManagementServer/ServerCommandServiceOauth.svc?singleWsdl
http://localhost/ManagementServer/ServerCommandService.svc?singleWsdl
Please refer to Authentication and authorization for an introduction to the login process.