Share

Xindice XML-RPC Interface

Code

Programming Languages: Java

License: Apache Software License

Repositories

browse code, statistics, last commit on 2002-04-26 cvs -d:pserver:anonymous@xindice-xmlrpc.cvs.sourceforge.net:/cvsroot/xindice-xmlrpc login

cvs -z3 -d:pserver:anonymous@xindice-xmlrpc.cvs.sourceforge.net:/cvsroot/xindice-xmlrpc co -P modulename

Show:

What's happening?

  • Followup: RE: setDocument not working?

    It is a little bug which you can fix by yourself here: \src\java\org\xmldatabases\xmlrpc\RPCOperations.java line 87 < if ( id.equals( "" ) ) { > if ( !id.equals( "" ) ) { Have fun :)

    2005-01-06 13:11:18 UTC by verni0

  • xindice-xmlrpc for xindice 1.1b2

    Greetings to all: For xml-rpc in xindice1.1b2, got a couple of questions: 1. Is someone using this with xindice1.1b2? 2. what is the necessary configuration at the client side, if there's any? 3. could someone please tell how I should form the method string to pass to the xml-rpc server. Example: to get the property of the database, pass "db.getProperty"? and the host and port...

    2003-10-03 19:49:46 UTC by chaseexmldb

  • method exception errors

    Hello, Most of the Methods in the XML-RPC interface work except queryDocument and queryCollection. I Keep getting Method Exception errors. java.lang.NoSuchMethodException: org.xmldatabases.xmlrpc.RPCOperations.queryCollection(java.lang.String, java.lang.String, java.lang.String) What am I doing wrong? Thanks in advance! Niels.

    2003-08-19 12:06:02 UTC by cybersonik

  • XML-RPC XUpdate Syntax

    We've run into problems with the XMLDB-Api so we decided to go for XML-RPC However like the XMLDB it seems to have problems with XUpdate, I'm sending this: note that the attribute exists and i can retrive it with XPath <xu:modifications version="1.0" xmlns:xu="http://www.xmldb.org/xupdate"> <xu:update...

    2003-05-10 12:17:39 UTC by hobbit_be

  • Followup: RE: size problems !

    Thr trick with the new folder works fine, but call it 'tmp' and not 'xml' ;-)

    2003-01-17 14:19:13 UTC by bbadm

  • I need help, with insertDocument()

    I'm getting java.lang.StringIndexOutOfBoundsException: String index out of range: -1 and java.lang.StringIndexOutOfBoundsException: String index out of range: 255 when using insertDocument(); any clue? thanks in advance.

    2002-10-08 20:24:51 UTC by bquinterno

  • Applescript access

    It said in the documentation that it was tested with Applescript(Mac OSX), but I cannot get any response other than the server does not understand the request. But does anyone have an example applescript connecting to xindice with this? I have it running great from Java (for the most part), but it would be nice to access my data from other places as well.

    2002-09-30 02:49:46 UTC by pdecoursey

  • UTF-8 problems

    Hi It seems like my document content isn't encoded in UTF-8 when using XML-RPC. When i use the native XML:DB (port 4080) protocol, content IS returned in UTF-8 encoding...what is the problem here??? I can't use the native protocol as there seem to be a memory leak or something using all my resources (other people experienced this too and suggested XML-RPC...) Regards Jesper.

    2002-09-11 06:31:06 UTC by thohawk

  • StringIndexOutOfBoundsException

    I receive this exception when I'm using the "insertDocument" method in java. The method's arguments are right, inclusive the document content. Anybody knows what's happen?.

    2002-08-23 18:19:59 UTC by cjardim

  • BinaryResource &amp; XMLRPC ?

    Does Xindice + the XMLRPC patch work with BinaryResource objects? If so, Is efficiency degraded? ( i.e. is there any conversions to and from base64 encoding, etc that seriously impinges performance? )

    2002-07-27 20:30:54 UTC by haploid

Our Numbers