A simple service that returns a text which contains the version number and the built date of the Axis2 Distribution used. : AXIS2 « Web Services SOA « Java






A simple service that returns a text which contains the version number and the built date of the Axis2 Distribution used.

 

Sample: Version
===============

Introduction
============

A simple 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 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 built 
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.
        








AXIS2-version.zip( 4 k)

Related examples in the same category

1.How to write a Web service and Web service client with Apache Axis2 using XML based client APIs (Axis2's Primary APIs)
2.This sample demonstrate usage of service lifecycle and bit of session managment
3.AXIS2 Event
4.This sample demonstrates how to use WSDL2Java generated code with Castor