Closed (fixed)
Project:
Drupal core
Component:
base system
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
5 Jul 2005 at 18:17 UTC
Updated:
5 Oct 2005 at 22:00 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | xmlrpc_6.patch | 96.26 KB | chx |
| #2 | xmlrpc_5.patch | 89.35 KB | chx |
| xmlrpc_4.patch | 89.47 KB | chx |
Comments
Comment #1
chx commentedThe library is tested. Also, the function drupal_auth is. Nothing else is tested yet.
Comment #2
chx commentedComment #3
chx commentedLot 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.
Comment #4
dries commentedCommitted to HEAD.
Comment #5
(not verified) commentedComment #6
(not verified) commentedComment #7
(not verified) commentedComment #8
(not verified) commentedComment #9
(not verified) commentedComment #10
(not verified) commentedComment #11
(not verified) commented