You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by Jim Wissner <ji...@jbrix.org> on 2002/11/05 01:23:12 UTC

xindice soap client

Since there were apparently more downloads of the SOAP servlet than I 
expected, I've uploaded a simple but functional SOAP client to xindice:

http://www.jbrix.org/XindiceClient.java

The only libraries it needs are the javax.xml packages, if you are running 
pre-1.4 java.

It works as a command-line tool, just run it without arguments to see the 
options.  Disregard the user and password options, since it's not 
implemented, but put in any dummy values at the command line.  For example:

java XindiceClient http://127.0.0.1:8080/xindice-1.1b/servlet/Xindice x y -list

where x and will stand in for user and password.

It also works as a client object that can be used from within an 
application, to access the database from remote apps without needing any 
libraries to link to.

Hope it is useful to someone.

By the way please feel free to suggest changes and/or additions to the SOAP 
interface.

Jim



--
jim@jbrix.org

Visit www.jbrix.org for:
   + SpeedJAVA jEdit Code Completion Plugin
   + Xybrix XML Application Framework
   + other great Open Source Software