GetConfiguration Soap in server command service thru http

HI Miletone,

I tried to get the configuration via below Soap with Basic Authorization.

https://localhost/ManagementServer/ServerCommandService.svc

<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xpr=“http://videoos.net/2/XProtectCSServerCommand”>

soapenv:Header/

soapenv:Body

<xpr:GetConfiguration>

  <!--Optional:-->

  <xpr:token></xpr:token>

</xpr:GetConfiguration>

</soapenv:Body>

</soapenv:Envelope>

I found it works thru HTTPS but when I change to HTTP, the 400 bad request.

Is there anything I missed?

Attached the snapshot

posted a file.

For basic users HTTPS must be used. If you want to use HTTP request, then you will need to use AD user, please see this page –

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

Got it, thanks