LSF

CREATING SOCIAL, ECONOMIC AND EDUCATIONAL VALUE FOR SRI LANKA

Apache AXIS 2 and AXIS C++

Axis2/Java Development Project

SOAP is an industry-standard XML-based communication Protocol for communicating between applications. The Apache Axis Java project develops the most widely recognized and used, open source Java SOAP implementation.
A new architecture for Axis2 was introduced during the August 2004 Summit in Colombo, Sri Lanka. The new architecture on which Axis2 is based on is more flexible, efficient and configurable in comparison to Axis1.x architecture. Some well established concepts from Axis 1.x, like handlers etc., have been preserved in the new architecture.

Apache Axis2 not only supports SOAP 1.1 and SOAP 1.2, but it also has integrated support for the widely popular REST style of Web services. The same business logic implementation can offer both a WS-* style interface as well as a REST/POX style interface simultaneously.

Apache Axis2 is more efficient, more modular and more XML-oriented than the older version. It is carefully designed to support the easy addition of plug-in "modules" that extend their functionality for features such as security and reliability.

Axis2 comes with many new features, enhancements and industry specification implementations. The key features offered are as follows:

  • 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, highly performant and is developer convenient.
  • Hot Deployment - Axis2 is equipped with the capability of deploying Web services and handlers while the system is up and running. In other words,new services can be added to the system without having to shut down the server. Simply drop the required Web service archive into the services directory in the repository, and the deployment model will automatically deploy the service and make it available for use.
  • Asynchronous Web services - Axis2 now supports asynchronous Web services and 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, and 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 support composability and can also support new WS-* specifications in a simple and clean manner. They are however not hot deployable as they change the overall behavior of the system.

List of Apache Committers

  • Sanjiva Weerawarana
  • Srinath Perera
  • Saminda Abeyruwan
  • Ajith Ranabahu
  • Eran Chinthaka
  • Jaliya Ekanayake
  • Ruchith Fernando
  • Chathura Herath
  • Deepal Jayasinghe

Axis C++ Development Project

SOAP is an industry-standard XML-based communication Protocol for communicating between applications. LSF in its pioneering project, initiated an effort to develop a C++ SOAP implementation for Apache.
Axis C/C++ (Axis CPP) is a non-Java implementation of Axis. At its core Axis CPP has a C++ runtime engine. The provided tooling allows you to create C++ client-side stubs and server-side skeletons. The server skeletons can be deployed to either a full Apache web server using the supplied apache module or a "simple_axis_server" - which is a simple HTTP listener (designed to help you test your services).

Features

  • Soap engine with both client and server support
  • WSDD based deployment with dynamic deployment tools.
  • Support for all basic types, Complex types and Arrays
  • WSDL2WS tool for building C/C++ components
  • Server side - Skeletons and Wrappers
  • Client side - Stubs
  • Standalone server (with HTTP support)
  • Web server modules for Apache 1.3 & Apache2 (Linux/Windows)
  • Web interface to the deployed services and their WSDL s.
  • Sample web services and client applications.