You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by dw...@free.fr on 2006/06/05 11:31:18 UTC

[PATCH]


NullPointerException from the server on multicall when calling a method with no
arg using xmlrpc++ C++ library with xmlrpc-2.0. This is because the xmlrpc++
client does not send the <params> field, whitch is of no use in this case.

Here is a patch in the MultiCall class, that can resolve this problem.

dwzr