Axis2 User's Guide

Version 0.95

User Feedback: axis-user@ws.apache.org

Pages: Content, 1, 2, 3, 4, 5

Note (on samples): All the user's guide samples are located in the "samples/userguide/src" directory of the binary distribution.

Other Samples

To show the power of usage of Axis2, three standard samples are shipped with the binary distribution. These are meant to interact with outside web services and prove the capabilities of the Axis2 system.

The included samples are

A simple introduction to each of the above samples are given below. Each sample contains it's own help document that speaks about  the usage and the advanced operations of that particular sample.

The most obvious place to look for the samples are the binary distribution. All these samples are included in the samples directory in the binary distribution. The shell scripts and the batch files are in fact written to use the binary distribution's root directory as the home in order to find the libraries.

The alternate method is to build the samples from source. Moving to the modules/samples and running maven will create the samples in the target/samples directory. However if the samples need to be started using the shell scripts (or the batch files) then the AXIS_HOME environment need to be set.( the "guessed" AXIS_HOME would not be correct in this case)

Google Spell Checker Sample

This includes a spell checker program that uses the Google spell checking service. It demonstrates the blocking and non-blocking modes of calling the service. This sample can be found at the samples\googleSpellcheck directory and can be easily started using either the batch file or the shell script.

Google Search Sample

This includes a search program that uses the familiar Google search over the SOAP API. It utilizes the non-blocking mode of the client API. This sample can be found at the samples\googleSearch directory and can be easily started using either the batch file or the shell script.

Amazon Queuing Service

Amazon queuing service sample shows how to use the Amazon queuing service. It has two user interfaces , one to enqueue and the other dequeue. This sample is included in the samples\amazonQS directory and also contains the batch/shell scripts required to run sample.

Previous Page

Pages: Content, 1, 2, 3, 4, 5