|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
xmlrpc with xindiceHello,
I am trying out xindice, and got it up running inside glassfish, and the command line tool works to add collections and xml documents. 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. Thanks, Rohnny |
|
|
Re: xmlrpc with xindiceThere are some docs here:
http://www.coachingplatform.com/dev/xindiceRPC1.1cmds.html Greets Georg Rohnny Moland wrote: > Hello, > > I am trying out xindice, and got it up running inside glassfish, and > the command line tool works to add collections and xml documents. > > 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. > > Thanks, > Rohnny > > |
|
|
Re: xmlrpc with xindiceRohnny 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 |
|
|
Re: xmlrpc with xindiceHi,
Thanks to both of you. Seems like the java implementation of xmlrpc works fine against the xindice endpoint, and that is good enough for me. Regards, Rohnny On 10/16/07, Vadim Gritsenko <vadim@...> wrote: > 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 > |
| Free Forum Powered by Nabble | Forum Help |