Access to XML dataBase

Marta Gutierre martapython at yahoo.es
Thu Jun 20 09:31:30 EDT 2002


 

Has anybody tried to use  XML-RPC  in X-indice database   from a python client ???

I 've got some problems :

 

I tried sothing like:

import xmlrpclib

client=xmlrpclib.Server("http://localhost:4080")
try:
     client.listCollections("db")
except xmlrpclib.Fault,faultobj:
    print "ERROR", faultobj

ERROR <Fault 0: 'java.lang.Exception: RPC handler object not found for "listColl
ections": no default handler registered.'>

Any idea of what does it mean ???

I can't find good documentation of XML-RPC in Python

 


---------------------------------
Copa del Mundo de la FIFA 2002
El único lugar de Internet con vídeos de los 64 partidos ¡Apúntante ya!.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20020620/1138859f/attachment.html>


More information about the Python-list mailing list