murugamsm / xmlrpcnet

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

Support for xml-rpc <nil> element #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Receiving XML-RPC response with <nil> element

What is the expected output? What do you see instead?
Expected output is struct including/excluding <nil>.
Instead exception is experienced.

Original issue reported on code.google.com by sibc...@gmail.com on 17 Mar 2011 at 8:56

GoogleCodeExporter commented 8 years ago
I have parameter:
<param>
<value><nil></value>
</param>
I would expect to match to following... method(int? id)

Original comment by kubes.to...@gmail.com on 9 May 2013 at 9:58