Reported by Ben Lamb:
Thank-you for making your XML-RPC implementation for .NET freely available
and with such good documentation.
I’ve found a very minor bug.
The UseEmptyParamsTag property on the proxy doesn’t work unless you are
making asynchronous calls. Looking in XmlRpcClientProtocol.cs I can see
this flag is copied to the XmlRpcClienProcol object in the BeginInvoke
method but not the Invoke method. Inserting:
serializer.UseEmptyParamsTag = _useEmptyParamsTag;
At line 155 in this file fixes the problem.
Original issue reported on code.google.com by ChasC...@gmail.com on 30 Aug 2008 at 12:23
Original issue reported on code.google.com by
ChasC...@gmail.com
on 30 Aug 2008 at 12:23