Service Registration service
The Service Registration SOAP web service provides access to a dictionary of services available in a given installation.
It can be used to get hold of all installed services and their URLs. When multiple services of the same type are installed, it can be used as a round-robin access for load sharing.
The service also enables you to register your own services and thus make them available for lookup by other components in your integration or by other integrations wanting to utilize your service.
To connect to the ServiceRegistrationService
, use an URL like:
https://{host:port}/ManagementServer/ServiceRegistrationServiceOAuth.svc (Windows or Basic user)
http://{host:port}/ManagementServer/ServiceRegistrationService.svc (Windows user)
https://{host:port}/ManagementServer/ServiceRegistrationService.svc (Basic user)
/ManagementServer/ServiceRegistrationServiceOAuth.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/ServiceRegistrationServiceOAuth.svc?singleWsdl
http://{host:port}/ManagementServer/ServiceRegistrationService.svc?singleWsdl
If the management server runs with default configuration on the local machine, the WSDL will be at this URLs: