Tutorials
Axis2Flexibility and extensibility are two main design criteria that software designers would like to have in their applications. When it comes to Axis2, its architecture is extremely flexible and extensible. Axis2 has a modular architecture. In this chapter, we will learn more about Axis2 architecture, its core components, and its main features.
Axis2 is built upon a modular architecture that consists of core modules and non-core modules. The core engine is said to be a pure SOAP processing engine (there is not any JAX-PRC concept burnt into the core). Every message coming into the system has to be transformed into a SOAP message before it is handed over to the core engine. An incoming message can either be a SOAP message or a non-SOAP message (REST JSON or JMX). But at the transport level, it will be converted into a SOAP message.
When Axis2 was designed, the following key rules were incorporated into the architecture. These rules were mainly applied to achieve a highly flexible and extensible SOAP processing engine:
The figure below shows all the key components in Axis2 architecture (including core components as well as non-core components).

Click here to read Apache Axis2 book review
This book is available for purchase at packtpub.com Quickstart Apache Axis2
|
Hi all, I have a question. My requirement is, i want to develop a service and deploye in axis2. This service should use out only and send response to client , without any client request to service. and while sending response to client, it should execute all the modules engaged in that service. And once the client receives a response it should acknowledge. Could any one tell how to do this. Its very urgent requirement. thanks in advance. |