Closed (fixed)
Project:
Services
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2011 at 19:44 UTC
Updated:
29 Jul 2011 at 22:53 UTC
When I pass the first string to user.index using xml, nothing is returned, but the second string is good
<?xml version="1.0"?>
<methodCall>
<methodName>user.index</methodName>
<params>
</params></methodCall><?xml version="1.0"?>
<methodCall>
<methodName>user.index</methodName>
<params>
<param><value><int>0</int></value></param>
<param><value><string>*</string></value></param>
</params></methodCall>
Comments
Comment #1
kylebrowning commentedThis is because xmlrpc isnt adding default arguments, fix inc.
Comment #2
kylebrowning commented