I am using the Sharepoint 2010 server. As far as I know PHP does not support NTLM. If I cache the wsdl XML how then can I connect to the 2010? Would Oauth work?
Has anyone successfully used PHP to connect to the sharepoint server?
|
I am using the Sharepoint 2010 server. As far as I know PHP does not support NTLM. If I cache the wsdl XML how then can I connect to the 2010? Would Oauth work? Has anyone successfully used PHP to connect to the sharepoint server? |
|||
|
|
|
You have 2 options : the REST API and the old WebServices. Personnaly, I've never use PHP to connect to SharePoint, only Java, and it works like a charm. |
|||
|
|
|
I have only seen user/password been used to connect to the services.
|
|||
|
|
|
There are 3rd party scripts to use with NTLM, plenty on google. Take a look at nusoap. |
|||
|
|