XMLRPC API
Component type
Categories
Downloads
Component created
Component changed
There are better systems for doing XMLRPC calls, e.g. look at http://drupal.org/project/services
The XMLRPC API exposes two functions - in most cases you will only want to use one.
xmlrpc_api_query($xmlrpcuri, $method, $arguments)
xmlrpcuri supports this format:
[http/ssl]://[Basic:Digest][user:pass]@[name|address]:[port]/[path]
Note two things: