Currently it's impossible to call for example the views.retrieve method from the views_services module with the xml-rpc server, because views_services defines its arguments as named arrays instead of indexed arrays and those do not seem to be handled correctly by the xml-rpc server.

Related issues:

Comments

googol’s picture

I'm having the same trouble, the problem is in the bit of code that checks if all required arguments are present and inserts default values. So lines 68-81 in servers/xmlrpc_server/xmlrpc_server.module. Not sure how to fix this properly, we just worked around it by commenting out that bit for now

kylebrowning’s picture

Status: Active » Closed (duplicate)