Kniganapolke Tech Blog

Archive for December 2009

Caching web service’s response

Posted by: kniganapolke on: December 29, 2009

In my particular case I had to pull some lists from Sharepoint to show them on a web form. Authorization call + 3 WS calls took about 7 seconds to complete. So I decided to cache the lists to save 4 calls and to provide a separate form to update the lists.

Call Sharepoint web service from a PHP script

Posted by: kniganapolke on: December 29, 2009

In the previous post I showed how to authorize through a web form. We get a cookie among the response headers in case of successfull authorization. This post shows how to use the authorization cookie or use the NTLM (Windows) authorization to make calls to Sharepoint web services.


Follow

Get every new post delivered to your Inbox.