I have a drupal site that implements an XMLRPC function named
"system.listMethods". This function should return a string array.
'...<array><data><value><string>...</string></value>...</array>'. I used
'client.call ("system.listMethods")' to call this function. The function
returns without throwing an exception. The documentation says that this
function returns an Object. How should I cast this return value?
Original issue reported on code.google.com by llee...@gmail.com on 18 Feb 2012 at 9:16
Original issue reported on code.google.com by
llee...@gmail.com
on 18 Feb 2012 at 9:16