Dear all,
I'm trying the method client.execute("confluence1.getPages", params)
with xmlrpc-client-3.1 for retrieve all the pages of one Space.
The information in the Confluence documentation is that the getPages
method returns a Vector. But, when I use the
client.execute("confluence1.getPages", params) it returned an Object.
I can't castings the Object to Vector. I tried with xmlrpc-client-3.0
too.
The method getPages works very well with older versions
(xmlrpc-client-2.*)
Best regards,
FabrÃcio.