Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
Axis2 Quick Start Guide- Sample 2 (ADB)
======================================

This sample contains source code for the Axis2 Quick Start Guide. For a more detailed
description on the source code, see the Axis2 Quick Start Guide documentation.

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

In this sample, we are deploying an ADB generated service. The service
is tested using generated client stubs.

Pre-Requisites
==============

Apache Ant 1.6.2 or later

Building the Service
====================

Type "ant generate.service" from Axis2_HOME/samples/quickstartadb
directory and then deploy the 
Axis2_HOME/samples/quickstartadb/build/service/build/lib/StockQuoteService.aar

Running the Client
==================

type ant run.client in the Axis2_HOME/samples/quickstartadb directory

You will get the following response
[java] 42.0
[java] price updated
[java] 42.35


Help
====
Please contact axis-user list (axis-user@ws.apache.org) if you
have any trouble running the sample.