I am having some trouble with multicall. Looking at MultiCall.java Apache XMLRPC seems to want a multicall message to be a single Vector containing a Vector of requests.
This message on xmlrpc.org describes a multicall as a Vector of requests (no containing Vector) http://www.xmlrpc.com/discuss/msgReader$1208 I am calling my Apache XmlRpc server using the Ruby client and multicall fails because the invocation is packaged as a Vector, not a Vector containing a Vector - kevin
