<?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/"
	>

<channel>
	<title>Olle Jonsson&#039;s blog &#187; curl</title>
	<atom:link href="http://ollehost.dk/blog/tag/curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://ollehost.dk/blog</link>
	<description>A human weblog about Web technology and other ephemera</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:22:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Calling an XML-RPC method (PHP, Ruby)</title>
		<link>http://ollehost.dk/blog/2006/09/15/calling-an-xml-rpc-method-php-ruby/</link>
		<comments>http://ollehost.dk/blog/2006/09/15/calling-an-xml-rpc-method-php-ruby/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 14:21:07 +0000</pubDate>
		<dc:creator>olleolleolle</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://olle.ter.dk/blog/?p=300</guid>
		<description><![CDATA[Calling web services. Great fun when it works. Thanks to XML-RPC&#8217;s simplicity, it&#8217;s quite easy to cobble together a working client. Here is me using the Technorati &#8220;ping&#8221; service, which tells them about the Copenhagen Ruby Brigade&#8217;s weblog being updated. &#8230; <a href="http://ollehost.dk/blog/2006/09/15/calling-an-xml-rpc-method-php-ruby/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Calling web services. Great fun when it works. Thanks to XML-RPC&#8217;s simplicity, it&#8217;s quite easy to cobble together a working client. Here is me using the Technorati &#8220;ping&#8221; service, which tells them about the <a href="http://copenhagenrb.dk/" title="Blog for Cph.rb">Copenhagen Ruby Brigade&#8217;s weblog</a> being updated. And then, prints the result.</p>
<p>My PHP take on this looks klutzy. But the request gets encoded smartly. cURL takes a lot parameters to get running. I write <a href="http://technorati.com/developers/ping/">the appropriate headers</a> myself, there.</p>
<p><a href="http://bigbold.com/snippets/posts/show/2596">Simple XML-RPC in PHP</a></p>
<p>In Ruby&#8217;s standard library, there is a library to do these things. Exciting.</p>
<p><a href="http://bigbold.com/snippets/posts/show/2597">Even simpler XML-RPC in Ruby</a></p>
<p>[tags]technorati,xmlrpc,ruby,php,curl[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://ollehost.dk/blog/2006/09/15/calling-an-xml-rpc-method-php-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

