Calicrates Policroniades wrote:
Hello,
Does anyone know why the API for the "execute" methods of the XmlRpcClient (XmlRpcClientLite) does not include a version without the argument parameters? So how am I supposed to call a method in the server that does not need any more parameters other than the name of the method? sending an empty vector? Is this a deliberated design decision?
Yes, you would just pass an empty vector.
I believe the spec requires that you send at least that, instead of just the method name.
josh