Closed (duplicate)
Project:
Services
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2011 at 06:26 UTC
Updated:
13 Sep 2011 at 19:35 UTC
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
Comment #1
googol commentedI'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
Comment #2
kylebrowning commented#1266102: Logic bug in XMLRPC try catch logic