Hi, For Status SOAP: http://{host}:7563/recorderstatusservice/recorderstatusservice2.asmxIn case I have multiple recorder servers, will the host always the central Management server? or it should be the different recorder server?

The host should be your Recording Server(s), not Management server. The Management Server might share the physical server with a Recording Server, but especially in larger installations it will not, at any rate with multiple Recording Servers there will be multiple host addresses.

When you get the configuration from the Management Server it will include the Recording Server hosts. Use ServerComandService.GetConfiguration

TCP Video Viewer (and ServerCommandWrapper) sample might be helpful for you to see how to login and how to use GetConfiguration from ServerCommandService.

https://doc.developer.milestonesys.com/html/index.html?base=samples/tcpviewer_sample.html&tree=tree_3.html

Hi Kito, Understand it is clear now. Thanks for the quick answer !