Rohnny Moland wrote:
I wonder what the methods are that I can invoke against the xmlrpc
endpoint, which I assume is http://localhost:8080/xindice as the
default? I tried to use <http://xmlrpc-c.sourceforge.net> to
introspect what is available but it seems like this endpoint does not
support this (there is no system.listMethods() method).

So, is this possible at all? If so, I am looking for information about
the xmlrpc methods I can use, their arguments and what the default
xmlrpc endpoint is.

There are no formal documentation of available xmlrpc methods on website (however contributions are very welcome - either to formal site or to the wiki), but there is a sample available at:

  http://xml.apache.org/xindice/guide-developer.html#Sample+metadata+code

Complete definitive list of available commands is:


http://svn.apache.org/repos/asf/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/


Vadim

Reply via email to