New issue 37 by llee...@gmail.com: General Question
http://code.google.com/p/android-xmlrpc/issues/detail?id=37
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?
Cast it to String array