= Web services examples for BASE = This package contains a simple Java client that uses web services to extract information from a BASE server. The target group is developers that wants to create their own web service clients. = Documentation = * [source:/webservices/net.sf.basedb.examples/tags/2.6/README README] contains information about how to install, use and compile this package. * [http://base.thep.lu.se/chrome/site/latest/html/developerdoc/webservices/webservices.html BASE web services developer documentation] = License = [http://www.gnu.org/licenses/gpl.html GNU General Public License version 3]. = Download = || Version || Revision || Date || Binary (tar.gz) || BASE Version || || 2.6 || 653 || April 11, 2008 || [attachment:wiki:net.sf.basedb.examples.webservices:example-webservices-2.6.tar.gz?format=raw example-webservices-2.6.tar.gz] (4.7MB) || 2.6.0 or later || Source code can be downloaded from the subversion repository. Use the following command to get source code for the 2.6 version: `svn co http://baseplugins.thep.lu.se/svn/webservices/net.sf.basedb.examples/tags/2.6 ws-examples-2.6` The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command: `svn co http://baseplugins.thep.lu.se/svn/webservices/net.sf.basedb.examples/trunk ws-examples-devel` === Contribute === After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a ''team spirit'', you will likely be awarded that permission. === TODO === [[TicketQuery(status!=closed&component=net.sf.basedb.examples.webservices)]]