XML-RPC or SOAP API?

Re: XML-RPC or SOAP API?

by Daryl Hawes -
Number of replies: 0
Blog tools usually support one of, or both of, two XML-RPC APIs. One is from blogger.com:
http://www.blogger.com/developers/api/1_docs/
The other extends the blogger APIs - the meta weblog API.
http://www.xmlrpc.com/metaWeblogApi

The tool/library that my package uses in order to execute remote API is the xmlrpc library from usefulinc:
http://xmlrpc.usefulinc.com/doc/

The API libraries for the blog tool are at:
cvs:/contrib/blog/blog/api.php
cvs:/contrib/blog/blog/weblogrpc.php

The usefulinc files are at:
cvs:/contrib/blog/blog/xmlrpc.inc
cvs:/contrib/blog/blog/xmlrpcs.inc


A web page I included with the project to test individual API calls can be found at:
cvs:/contrib/blog/blog/admin_api-test.php