Hi, i am trying to call a service on Sharepont services http://mysharepointsite/_vti_bin/Lists.asmx with the endpoint: “http://mysharepointsite/_vti_bin/Lists.asmx?WSDL”
I can connect and see a list of the available methods in the “SOAP Request Activity” but get an autorization exception when running it.
Exception:
The http request is unauthorized with client authentication scheme ‘Anonymous’.
The authentication header received from the server was ‘NTLM’. —> System.Net.WebException: The remote server
returned an error: (401) Unauthorized…
I have tried Simple Authentication and Windows Authentication but only get “(401) Unauthorized”.
Any ideas?