jangidipramod / android-xmlrpc

Automatically exported from code.google.com/p/android-xmlrpc
0 stars 0 forks source link

General Question #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Cast it to String array

Original comment by psk...@gmail.com on 19 Feb 2012 at 6:48