I’m using the SOAP API of XProtect for quite some time. My python client is usually dynamically loaded using the wsdl here : http://{server-name}/ServerAPI/ServerCommandService.asmx?wsdl and now I get a 500 HTTP Error.
- I installed this : Milestone XProtect VMS Products 2025 R2 System Installer.iso
- I got a free license for Essential +
Here is what I get when I try to display the wsdl on a browser
HTTP Error 500.19 - Internal Server Error
Module IIS Web Core
Requested URL http://xprotect:80/ServerAPI/ServerCommandService.asmx?wsdl
Physical Path [C:\Program](file:C:/Program) Files\Milestone\XProtect Management Server\IIS\ServerAPI\ServerCommandService.asmx
Config Error Cannot read configuration file
Config File \\?\[C:\Program](file:C:/Program) Files\Milestone\XProtect Management Server\IIS\ServerAPI\web.config
Indeed there is no “ServerAPI” folder in IIS, only rcserver.
Do someone know what I did wrong ?