Hi guys,
I'm wondering if anybody has any suggestions to connect to a Sharepoint Service that uses NTLM authentication (afaik, the majority of Sharepoint installs use this type of authentication). Matrix doesn't appear to support it and documentation says it only supports BASIC_AUTH type authentication.
Has anybody had to cross this bridge before? Any suggestions?
Thanks,
Steve
Config IIS server to allow HTTP basic authentication is the way to go if possible.
Otherwise, development will be required to allow NTLM authentication for SOAP calls.
PHP doesn't natively support it, but I would imagine it shouldn't be a very difficult job, because we can customize the SOAP client to get CURL to send SOAP requests which supports NTLM.
Anyway, i don't have anything else in mind besides need of code development.