Unable to connect to Milestone server after updated to Professional+

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.

Can you please run Login .Net SOAP sample and see if it works for you?

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

If it can, you will be able to find your url in NtlmConnection.

​Thanks very much for your response, Rie. I will try it.