Hi,
I am trying to LogIn to the management server 2025R3 version using LogInDotNetSOAP sample. I am using windows authentication, server is in remote machine and http.
If XProtect is setup to use encryption, then you must must enter the address like this “10.10.68.21:443” (HTTPS), and answer yes to encryption.
If XProtect is setup to use encryption, then you must must enter the address like this “10.10.68.21:80” (HTTP), and answer no to encryption.
Ports can be changed, these are default ports.
If you can login using the Smart Client you know you have a correct server address, port and credentials, so if you still cannot connect please test.
Hi,
Thank you for the quick response. The sample is working fine.
Now I come to my real issue. We are using SOAP service from RADStudio to connect to the management server and ServerAPI/ServerCommandService.asmx endpoint. It was working fine until 2025R1 versions. we couldn’t make it work for new versions.
I have replaced the endpoint url from ServerAPI/ServerCommandService.asmx to ManagementServer/ServerCommandService.svc and tested with 2025R1 version, it is showing “HTTP/1.1 415 Cannot process the message because the content type ‘text/xml; charset=utf-8’ was not the expected type ‘application/soap+xml; charset=utf-8’.\r\n” error in Wireshark.
When I check the Wireshark with ServerAPI/ServerCommandService.asmx endpoint, it doesn’t have any NTLMSSP process. please refer the following image
ServerCommandService.asmx does not exist in newer versions.
ManagementServer/ServerCommandServiceOAuth.svc is now the recommended service.
I hope you will be able to use it based on the sample and the documentation.