<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page Dave-Winer 
             and everything recently tagged Dave-Winer -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>Dave-Winer on SWiK</title>
        <doap:name>Dave-Winer</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/Dave-Winer</link>
        <doap:homepage></doap:homepage>
        
        <pubDate></pubDate>
        <lastBuildDate></lastBuildDate>
            
        <item>
            <title>Scripting News: 2/23/2008</title>
            <link>http://swik.net/podcasting/del.icio.us+tag%2Fpodcasting/Scripting+News%3A+2%2F23%2F2008/b27wg</link>
            <description></description>
            
            <pubDate>Sun, 24 Feb 2008 03:43:47 -0800</pubDate>
        </item>
            
        <item>
            <title>Bug Labs (initial review) (Scripting News)</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Bug+Labs+%28initial+review%29+%28Scripting+News%29/bgwcc</link>
            <description>Without thinking too much about what this is, it sounds pretty cool.</description>
            
            <pubDate>Tue, 31 Jul 2007 00:21:35 -0700</pubDate>
        </item>
            
        <item>
            <title>XML-RPC</title>
            <link>http://swik.net/XML-RPC</link>
            <doap:name>XML-RPC</doap:name>
            <description>&lt;p&gt;&lt;strong&gt;&lt;span class=&quot;caps&quot;&gt;XML&lt;/span&gt;-RPC&lt;/strong&gt; or &lt;em&gt;&lt;span class=&quot;caps&quot;&gt;XML&lt;/span&gt; remote procedure call&lt;/em&gt; is a &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/xml&quot;&gt;xml&lt;/a&gt;-based protocol that uses &lt;span class=&quot;caps&quot;&gt;HTTP&lt;/span&gt; to transmit procedure calls.&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;XML&lt;/span&gt;-RPC is a very simple protocol and was created by &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Dave-Winer&quot;&gt;Dave Winer&lt;/a&gt; in 1995, in conjunction with &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Microsoft&quot;&gt;Microsoft&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Microsoft and others later extended &lt;span class=&quot;caps&quot;&gt;XML&lt;/span&gt;-RPC into a more complex protocol called &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/SOAP&quot;&gt;&lt;span class=&quot;caps&quot;&gt;SOAP&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;A typical &lt;span class=&quot;caps&quot;&gt;XML&lt;/span&gt;-RPC message looks like this:&lt;/p&gt;


&lt;code&gt;
&lt;pre&gt;
&amp;lt;?xml version=&quot;1.0&quot;?&amp;gt;
&amp;lt;methodCall&amp;gt;
&amp;lt;methodName&amp;gt;example.getName&amp;lt;/methodName&amp;gt;
  &amp;lt;params&amp;gt;
    &amp;lt;param&amp;gt;
        &amp;lt;value&amp;gt;&amp;lt;a&amp;gt;42&amp;lt;/a&amp;gt;&amp;lt;/value&amp;gt;
    &amp;lt;/param&amp;gt;
  &amp;lt;/params&amp;gt;
&amp;lt;/methodCall&amp;gt;
&lt;/pre&gt;
&lt;/code&gt;
</description>
            
                    <category>xml</category>
        <category>protocol</category>
        <category>RPC</category>
        <category>XML-RPC</category>
        <category>Dave-Winer</category>
                                              
            <pubDate>Thu, 20 Apr 2006 17:07:06 -0700</pubDate>
        </item>
    </channel>
</rss>
