Open GoogleCodeExporter opened 9 years ago
This is kind off important as xmlrpc-test-tool cannot be used for calls with
anything other than 'string' parameters. A call with 'int' parameters, as an
example, won't work at all.
Original comment by naud...@gmail.com
on 1 Sep 2013 at 6:26
The following patch seems to fix the issue for me. It's not that the library
doesn't support other input types, so much as all inputs all sent with a type
"string" (hardcoded!). The patch just grabs the type (as displayed by the
input box) and sends that.
Original comment by e...@waxworlds.org
on 24 Jul 2014 at 3:15
Attachments:
Original issue reported on code.google.com by
tom.schr...@gmail.com
on 6 Aug 2010 at 8:33