AXIOM (AXis Object Model) is the StAX based XML object model used inside Apache Axis2. This article by Eran Chinthaka discusses various methods of creating and encapsulating different XML sources into an AXIOM object model.
The Apache Axis2/C Web services engine is the state of the art Web services engine that supports the most number of WS-* specifications in C. This article by Samisa Abeysinghe explains how Apache Axis2/C stands out as the most complete Web services engine implementation in C.
This article is the second in a set of articles that measures and compares the performance of the WSO2 ESB against other leading implementations - both Open Source and proprietary.
This article by Amila Suriarachchi describes the concepts behind data binding, and how ADB (a light weight data binding framework used in Axis2) has implemented these concepts by using the code samples generated with the ADB data binding framework.
This tutorial by Dimuthu Leelarathne is for developers and system administrators who use the User Manager to perform user management functions in their SOA applications.
Ever thought of how you can guarantee the safe delivery of SOAP messages? Do you know whether villains are spying on open channels? Maybe it's time to open your eyes. With simple configuration settings, you can now provide authenticity, data integrity, and non-repudiation to SOAP messages. The following article by Kaushalye Kapuruge explains how to provide SOAP message signatures using Rampart/C.
Apache Rampart/C is the security module of the Apache Axis2/C engine, which uses OMXMLSecurity as the XML-Security library. In this article, Kaushalye Kapuruge gives a clear view of the architecture of Rampart/C and OMXMLSecurity.