(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title
A Blog Page allows you to add entries, for news or other time sensitive postings
A Bookmarks page is a really simple list of links - ordered by date.
(Editing anonymously: to be credited for your changes, login or register a new account)
Move Dave-Winer? Moving this page will change its URL and content tagged 'Dave-Winer' will not appear on the new page.
Optional: Reason for moving this page or Cancel
Change Page Permissions? Changing these permissions will adjust who can modify this page.
Optional: Change comment or Cancel
Erase Dave-Winer? The contents of Dave-Winer page and all pages directly attached to Dave-Winer will be erased.
podcasting: del.icio.us tag/podcasting
Scripting Web blog tech technology podcasting Dave-Winer
open-source: del.icio.us tag/open-source
Software community HTTP rest Hardware open-source Dave-Winer
XML-RPC or XML remote procedure call is a xml-based protocol that uses HTTP to transmit procedure calls.
XML-RPC is a very simple protocol and was created by Dave Winer in 1995, in conjunction with Microsoft.
Microsoft and others later extended XML-RPC into a more complex protocol called SOAP.
A typical XML-RPC message looks like this:
<?xml version="1.0"?> <methodCall> <methodName>example.getName</methodName> <params> <param> <value><a>42</a></value> </param> </params> </methodCall>
xml protocol RPC XML-RPC Dave-Winer