Hello,
I used a client app to connect to Milestone server via Protocol Integration. Recently, the server has been updated to Xprotect Professional+ 2020 R1, now the app is unable to communicate with Milestone.
For example, before updated, I could complete the login action (NTLM, post soap) by following link:
http://{server ip}/servercommandservice/servercommandservice.asmx
But now, after updated, I got an error, Status Code: 404.
I looked up the MIP SDK Documentation, it says,
“C-Code – which includes Corporate, Expert, Professional+, Express+ and Essential+”.
Then, I changed the link as follow,
http://{server ip}/ManagementServer/ServerCommandService.svc
Also, I got the error, Status Code: 415.
Do you have any idea about this problem? Is there any change I need to do (configuration, maybe) on Milestone server or my client app?
Thanks very much.