Axis2 User's Guide

Version 1.0

User Feedback: axis-user@ws.apache.org. Prefix subject with [Axis2]. To subscribe to mailing list see here.

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

Introduction

Welcome to Axis2, the next generation of Apache Axis!!! This User's Guide will help you to understand what Axis2 has to offer and how to get started with it. We hope you will benefit from the power of Axis2.

Attention

  • This User's Guide is written based on Axis2 standard binary distribution. (The standard binary distribution can be created from the source distribution using the maven goal $maven dist-std-bin). Please refer the installation guide for further information on the downloadables available in this release.

  • If you are new to Axis, it's highly recommended that you read Axis 1.x User's Guide before you go any further in this guide.

What is Axis2?

Axis2 is the next generation of Apache Axis. In late August 2004, during the Axis2 Summit held in Colombo, Sri Lanka, a new architecture for Axis was introduced which was much more flexible, efficient and configurable. Although the architecture is new, some of the well established concepts from Axis 1.x like handlers are preserved in Axis2. Axis2 comes with many new features, enhancements and industry specification implementations.

After months of continued discussion and coding in this direction, Axis2 now delivers the following key features:

  • Speed - Axis2 uses its own object model and StAX (Streaming API for XML) parsing to achieve significantly greater speed than earlier versions of Apache Axis.

  • Low memory foot print- Axis2 was designed ground-up keeping low memory foot print in mind.

  • AXIOM - Axis2 comes with its own light-weight object model, AXIOM, for message processing which is extensible, high performance and developer convenient

  • Hot Deployment - Axis2 is equipped with the capability of deploying Web service & handlers while system is up and running. In other words, new services can be added to the system without having to shut down server.Drop the required Web service archive into the services directory in the repository and deployment model will automatically deploy the service and make it available for use.

  • Asynchronous Web Services - Axis2 now supports asynchronous Web services & asynchronous Web services invocation using non-blocking clients and transports .

  • MEP Support - Axis2 now comes handy with the flexibility to support Message Exchange Patterns (MEPs) with in-built support for basic MEPs defined in WSDL 2.0.

  • Flexibility - The Axis2 architecture gives the developer complete freedom to insert extensions into the engine for custom header processing, system management, or anything else you can imagine.

  • Stability - Axis2 defines a set of published interfaces which change relatively slowly compared to the rest of Axis.

  • Component-oriented Deployment - You can easily define reusable networks of Handlers to implement common patterns of processing for your applications, or to distribute to partners.

  • Transport Framework - We have a clean and simple abstraction for integrating and using Transports (i.e., senders and listeners for SOAP over various protocols such as SMTP, FTP, message-oriented middleware, etc), and the core of the engine is completely transport-independent.

  • WSDL support - Axis2 supports the Web Service Description Language, version 1.1 and 2.0, which allows you to easily build stubs to access remote services, and also to automatically export machine-readable descriptions of your deployed services from Axis2.

  • Add-ons Several Web services specifications have been incorporated including WSS4J for security (Apache Rampart), Sandesha for reliable messaging, Kandula which is an encapsulation of WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity.

  • Composition and Extensibility - modules and phases improve support for composability and extensibility. Modules supports composability and is able to add support for new WS-* specifications in a simple and clean manner. They are however not hot deployable as they change the overall behavior of the system.

We hope you enjoy using Axis2. Please note that this is an open-source effort. If you feel the code could use some new features or fixes, please get involved and lend us a hand! The Axis developer community welcomes your participation.

Let us know what you think!

Please send your feedback on Axis2 to "axis-user@ws.apache.org" and make sure to prefix the subject of the mail with [Axis2].

Axis2 Feature List and Tools

To get precise information on Axis2 feature list and tools included in this release see Home page.

Previous | Next

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