AXIS2 Event : AXIS2 « Web Services SOA « Java






AXIS2 Event

 
Steps to build and run the Savan-Eventing sample
------------------------------------------------

To build
--------

1. Move to the sample folder.
2. Create a subfolders 'build/lib'.
3. Copy all the jars from a compatible Axis2 distribution to 'build/lib'.
4. Copy the savan jar file to 'build/lib'.
5. Run 'ant' to build the sample.


To run
------
1. Start a Axis2 server.
2. Deploy savan and addressing modules.
3. Deploy the three services that were created in the 'build' folder.
4. Run the 'samples.eventing.Client' class, you can pass the repository with a '-r' parameter and the server port with a '-p' parameter.


        








AXIS2-eventing.zip( 11 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.A simple service that returns a text which contains the version number and the built date of the Axis2 Distribution used.
3.This sample demonstrate usage of service lifecycle and bit of session managment
4.This sample demonstrates how to use WSDL2Java generated code with Castor