Connecting to Sharepoint using HttpClient
- by Aravindan R
I am trying to connect to a Sharepoint 2007 using HttpClient 4. The Authentication scheme is NTLM and i wrote an implementation based on this (http://hc.apache.org/httpcomponents-client-ga/ntlm.html).
When i try to connect supplying NTCredentials (username,password,host & domain), i get a 500 error saying "The requested function is not supported".
I am trying to understand this error. Does anyone know what this error is? and Why is this occuring?
Thanks