I got both, the original one on patch Tuesday and then the updated one a few days later presumably everyone did so it applied to every device rather than those with the issue?
RAID is not a backup, it's redundancy offering continued availability if a drive fails. If your objective is to backup data, you're best off continuing what you're doing and keeping one drive offline when you're not actively updating files.
Question
+Nik Louch Subscriber²
I'm looking at getting PHP talking to SharePoint... Initially just posting an item to a SharePoint list from PHP.
SharePoint exposes a number of web services (http://niklouch.activesharepoint.com/phpint/_vti_bin/Lists.asmx?WSDL).
I am trying to talk to these using SOAP (via the nuSoap PHP library).
I believe I am using it correctly but possibly not. The response I am getting from the server is debugged here (http://www.niklouch.com/sites/work/php_sp/test2.php) - basically:
Has anyone worked on something like this before?
For reference:
SharePoint SOAP WSDL: http://niklouch.activesharepoint.com/phpin...Lists.asmx?WSDL
SharePoint WebService: http://niklouch.activesharepoint.com/work/...UpdateListItems
My debugged output: http://www.niklouch.com/sites/work/php_sp/test2.php
Code:
Link to comment
https://www.neowin.net/forum/topic/773860-php-talking-to-sharepoint/Share on other sites
8 answers to this question
Recommended Posts