Letractively / xmlrpc-test

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

Support of more datatypes (xmlrpc) #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment, only 'string' is supported.

In future release, xmlrpc-tt should supoort the following to:
 * int
 * double
 * boolean
 * dateTime.iso8601
 * base64

over a droplist the user should be abled to select the right datatype.

Original issue reported on code.google.com by tom.schr...@gmail.com on 6 Aug 2010 at 8:33

GoogleCodeExporter commented 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

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