/ManagementServer/ServerCommandService.svc for windows authentication

im trying to perform a posman request for authentating to the xprotect with windows user.

there is a place where i can see exactly how the request should look like?

i tried many examples but i getting errors.

I am not sure whether you can do this in Postman. Maybe other users in the forum have direct experience.

What we recommend is to look at the Login .NET SOAP sample, how it does this..

https://doc.developer.milestonesys.com/mipsdk/index.html?base=samples%2FProtocolSamples%2FLoginDotNetSoap%2FREADME.html&tree=tree_3.html

There are some notes on authentication and authorization here:

https://doc.developer.milestonesys.com/mipsdk/index.html?base=reference%2Fprotocols%2Fprotocol_authenticate.html&tree=tree_3.html

Please note that the OAuth methods are very must recommended, which means using /ManagementServer/ServerCommandServiceOAuth.svc instead. Milestone will be deprecating /ManagementServer/ServerCommandService.svc in the future.

https://doc.developer.milestonesys.com/mipsdk/index.html?base=gettingstarted%2Fintro_soap_protocols.html&tree=tree_3.html