= 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/3.1/README README] contains information about how to install, use and compile this package. * [http://base.thep.lu.se/chrome/site/latest/html/developer/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'''* || || || 3.1 || 1581 || March 19, 2012 || [attachment:wiki:net.sf.basedb.examples.webservices:example-webservices-3.1.tar.gz?format=raw example-webservices-3.1.tar.gz] (4.5MB) || 3.1 || [query:"group=resolution&milestone=Web services examples v3.1&order=priority" changelog] || || 3.0 || 1437 || November 2, 2011 || [attachment:wiki:net.sf.basedb.examples.webservices:example-webservices-3.0.tar.gz?format=raw example-webservices-3.0.tar.gz] (4.7MB) || 3.0 || [query:"group=resolution&milestone=Web services examples v3.0&order=priority" changelog] || || 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 || [query:"group=resolution&milestone=Web services examples v2.6&order=priority" changelog] || '''*''' In general, each release works with the specified and later BASE versions, except that releases for BASE 2 do not work with BASE 3. '''Source code''' is included in the downloads, but can also retrieved from the subversion repository. Use the following command to get source code for the 3.1 version: `svn co http://baseplugins.thep.lu.se/svn/webservices/net.sf.basedb.examples/tags/3.1 ws-examples-3.1` 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-dev` === 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)]]