Issue status update for http://drupal.org/node/26391 Post a follow up: http://drupal.org/project/comments/add/26391 Project: Drupal Version: cvs Component: base system Category: tasks Priority: critical Assigned to: chx Reported by: chx Updated by: chx Status: patch Attachment: http://drupal.org/files/issues/xmlrpc_6.patch (96.26 KB) Lot of improvements. We now support introspection ie. methods are signed, the signature is an array with array('return type', 'param1 type', 'param2 type'....) see blogapi_xmlrpc for example. chx Previous comments: ------------------------------------------------------------------------ July 5, 2005 - 20:17 : chx Attachment: http://drupal.org/files/issues/xmlrpc_4.patch (89.47 KB) Bootstrap broke xmlrpc hopeless. And that library was a pain to work with. This one, though is much more transparent. Only date and base64 objects require special handling, everything else is totally transparent. I put a module in my sandbox which makes Drupal validate against validate.xmlrpc.com and is a nice example on how to use the new library. ------------------------------------------------------------------------ July 5, 2005 - 20:22 : chx The library is tested. Also, the function drupal_auth is. Nothing else is tested yet. ------------------------------------------------------------------------ July 5, 2005 - 23:09 : chx Attachment: http://drupal.org/files/issues/xmlrpc_5.patch (89.35 KB)