blob: c790e2edee60078ade85d01877303dba3c4d75ca [file] [log] [blame]
Sample: JAXWS Version
===============
Introduction
============
A simple JAXWS service that returns a text which contains the version number and the built
date of the Axis2 Distribution used.
In other words, this is a simple JAXWS/JSR 181 service used by many to test whether the distribution they got is setup
and working properly. It contains a single method that simply returns version and build
date of the Axis2 distribution used.
Pre-Requisites
==============
Apache Ant 1.6.2 or later
Running the Sample
==================
Type $ant from Axis2_HOME/samples/version
Help
====
Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.