jorgediz / xmlrpcnet

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

Handle missing value element in param element #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Deserializing the following causes a NullReferenceException:

<methodCall>
  <methodName>Linisgre</methodName>
  <params>
    <param/>
  </params>
</methodCall>

Should throw an XmlRpcInvalidXmlRpcException

Original issue reported on code.google.com by ChasC...@gmail.com on 24 Nov 2007 at 11:09

GoogleCodeExporter commented 8 years ago
Fixed in revision 11.

Original comment by ChasC...@gmail.com on 24 Nov 2007 at 11:15

GoogleCodeExporter commented 8 years ago

Original comment by ChasC...@gmail.com on 4 Dec 2007 at 8:33