<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Kniganapolke Tech Blog</title>
	<atom:link href="http://kniganapolke.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kniganapolke.wordpress.com</link>
	<description>I&#039;d like to share some of my thoughts / experience on software development</description>
	<lastBuildDate>Tue, 29 Dec 2009 13:48:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kniganapolke.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Kniganapolke Tech Blog</title>
		<link>http://kniganapolke.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kniganapolke.wordpress.com/osd.xml" title="Kniganapolke Tech Blog" />
	<atom:link rel='hub' href='http://kniganapolke.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Caching web service&#8217;s response</title>
		<link>http://kniganapolke.wordpress.com/2009/12/29/caching-web-services-response/</link>
		<comments>http://kniganapolke.wordpress.com/2009/12/29/caching-web-services-response/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 13:46:33 +0000</pubDate>
		<dc:creator>kniganapolke</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[nusoap]]></category>
		<category><![CDATA[serialization]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sps]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://kniganapolke.wordpress.com/?p=23</guid>
		<description><![CDATA[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.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kniganapolke.wordpress.com&amp;blog=9832209&amp;post=23&amp;subd=kniganapolke&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kniganapolke.wordpress.com/2009/12/29/caching-web-services-response/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c537bddd2bdac7fa14aecef2ce777c1a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">kniganapolke</media:title>
		</media:content>
	</item>
		<item>
		<title>Call Sharepoint web service from a PHP script</title>
		<link>http://kniganapolke.wordpress.com/2009/12/29/call-sharepoint-web-service-from-a-php-script/</link>
		<comments>http://kniganapolke.wordpress.com/2009/12/29/call-sharepoint-web-service-from-a-php-script/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 13:01:55 +0000</pubDate>
		<dc:creator>kniganapolke</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[nusoap]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sps]]></category>
		<category><![CDATA[UpdateListItems]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[windows authentication]]></category>

		<guid isPermaLink="false">http://kniganapolke.wordpress.com/?p=18</guid>
		<description><![CDATA[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.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kniganapolke.wordpress.com&amp;blog=9832209&amp;post=18&amp;subd=kniganapolke&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kniganapolke.wordpress.com/2009/12/29/call-sharepoint-web-service-from-a-php-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c537bddd2bdac7fa14aecef2ce777c1a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">kniganapolke</media:title>
		</media:content>
	</item>
		<item>
		<title>Form authorization with curl, php</title>
		<link>http://kniganapolke.wordpress.com/2009/10/08/form-autorization-curl-php/</link>
		<comments>http://kniganapolke.wordpress.com/2009/10/08/form-autorization-curl-php/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 17:04:09 +0000</pubDate>
		<dc:creator>kniganapolke</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[POST]]></category>

		<guid isPermaLink="false">http://kniganapolke.wordpress.com/?p=5</guid>
		<description><![CDATA[I had to make php based site interchange some information with a MS Sharepoint based site, moreover the latter was secured by a proxy-server and used SSL (https). The first step was to pass authorization on proxy-server, which was supposed to be done through a special authorization form.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kniganapolke.wordpress.com&amp;blog=9832209&amp;post=5&amp;subd=kniganapolke&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kniganapolke.wordpress.com/2009/10/08/form-autorization-curl-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c537bddd2bdac7fa14aecef2ce777c1a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">kniganapolke</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP to Sharepoint posts to follow</title>
		<link>http://kniganapolke.wordpress.com/2009/10/07/php-sharepoint-communication-posts-to-follow/</link>
		<comments>http://kniganapolke.wordpress.com/2009/10/07/php-sharepoint-communication-posts-to-follow/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:06:30 +0000</pubDate>
		<dc:creator>kniganapolke</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I decided to start my own tech blog as I have almost succeeded with my task &#8211; sending data from php-based site to a sharepoint-based site by means of web services.  I came across some troubles with authorization and debugging, so I&#8217;ll post some usefull links and code snippets.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kniganapolke.wordpress.com&amp;blog=9832209&amp;post=1&amp;subd=kniganapolke&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kniganapolke.wordpress.com/2009/10/07/php-sharepoint-communication-posts-to-follow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c537bddd2bdac7fa14aecef2ce777c1a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">kniganapolke</media:title>
		</media:content>
	</item>
	</channel>
</rss>
