Axis2/C
Axis2/C Handler Configurations Using Parameters
Submitted on November 20, 2008 - 21:33. Story : Level : Realm : Project :
The Axis2/C architecture consists of flows, phases, modules and handlers.
SSL Enabled Web Services with Apache Axis2/C
Submitted on October 17, 2008 - 03:46. Story : Level : Project :
In this article by Dushshantha Chandradasa, he discusses the use of the Secure Socket Layer (SSL) protocol for securing online transactions
Debugging Axis2/C Services and Clients
Submitted on August 26, 2008 - 03:13. Story : Level : Project : Realm :
In this tutorial, Supun Kamburugamuva illustrates debugging Apache Axis2/C services and clients in both Windows and Linux platforms under different deployment scenarios.
Common Pitfalls in Deploying Axis2/C in Apache Server
Submitted on August 24, 2008 - 22:16. Story : Level : Project :
One of the main deployment scenarios of Apache Axis2/C is with Apache Web Server. Best performance and stability can be gained by deploying Axis2/C in Apache. When deployed in Apache server, Axis2/C uses the memory pools supplied by Apache and guarantees zero memory leaks. Also due to custom memory implementation Axis2/C can perform up to its maximum.
How to Configure a Proxy in Axis2/C
Submitted on July 9, 2008 - 00:37. Story : Level : Project :
Apache Axis2/C provides facilities to the user to configure its Web Service clients to communicate with services via a proxy. This can be achieved in two different ways.
1. Configuring proxy programmatically for a particular client using service client API.
2. Enabling proxy globally for all the clients by configuring axis2.xml
Building Axis2/C Web Services with the help of Axis2/Java Tools
Submitted on May 1, 2008 - 06:16. Story : Level : Project : Realm :
In this introductory tutorial, Dimuthu Gamage explains how to use Axis2/Java tools to ease the development of Axis2/C Web Services.
- by dimuthuc
- Login or register to post comments
- Read more
- 2128 reads
Web Services are Faster – Apache Axis2/C Performance: Round 1
Submitted on April 30, 2008 - 03:19. Story : Level : Project : Realm :
This article by Lahiru Gunathilake illustrates the latest performance results of Apache Axis2/C and compares with the performance of Axis2/C with Guththila XML parser and libxml2 XML parser.
How to Use axis2.xml Instead of Apache AXIS2/C Repository
Submitted on March 8, 2008 - 08:17. Story : Level : Project :
Apache Axis2/C engine uses a client repository to load its libraries, modules and services. Generally user has to specify this repository using AXIS2C_HOME environment variable. Rather than having all (libraries, modules and services) in one directory, user can specify them using axis2.xml. Dinesh Premalal, explains..


