dem0niker
Calling WCF Service from .NET 6 project. Getting "Unauthorized" error.
Currently tasked to consume an old WCF service from a .NET 6 project. I am able to add as a connected service but when I do calls to the methods, it throws the error: "The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'NTLM'". Can't seem to find any documentation on how to set this.
2 replies