I want to use the ManagementServer/ConfigurationApiService.svc?wsdl API to create AnalyticsEvents.
I’m using Python/Zeep on my Linux client side.
I get "401 Unauthorized Error when using " when try to call the following method:
client.service.GetChildItems(“/”)
It’s working perfectly with a “basic user” and a “[BASIC]\\” client but it’s not working with an AD user and a NTLMAuth Client. Oddly, the NTLMAuth client works fine for other services such as
Julien, can you share me som information or example on how you solved this. I have the same problem where i get 401 when using https and an exception:“Unknown fault occured” when using http.
Yes, I had to create a “XProtect” user (not AD) with the same credentials (login & password) as the Windows AD. This user must also have admin rights. I think this is what worked