danielgary / xmlrpcnet

Automatically exported from code.google.com/p/xmlrpcnet
0 stars 0 forks source link

UseEmptyParamsTag property on the proxy doesn’t work unless you are making asynchronous calls #35

Closed GoogleCodeExporter closed 8 years ago

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

GoogleCodeExporter commented 8 years ago
Fixed in revision 62.

Original comment by ChasC...@gmail.com on 30 Aug 2008 at 7:02

GoogleCodeExporter commented 8 years ago

Original comment by ChasC...@gmail.com on 7 Dec 2008 at 10:06