What steps will reproduce the problem?
1. Define and use an interface with the following method:
[XmlRpcMethod]
void SetTimeout(uint milliseconds);
What is the expected output? What do you see instead?
XmlRpcUnsupportedTypeException
What version of the product are you using? On what operating system?
2.2.0
Please provide any additional information below:
I know uint is not in the XMLRPC spec, but it could perhaps be
automatically cast down to an i4/int.
Original issue reported on code.google.com by paul.pea...@comcast.net on 18 Aug 2009 at 8:11
Original issue reported on code.google.com by
paul.pea...@comcast.net
on 18 Aug 2009 at 8:11