Axis2 > C
What is a Service Client?
Submitted on November 30, 2008 - 19:43. Story : Level : Realm : Project :
If you try to look at the internals of Axis2 a little bit beyond the generated stubs, you will see the ServiceClient class. Let us look at what it means.
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.
Differentiating between SOAP Versions by Looking at a SOAP Message
Submitted on November 9, 2008 - 21:05. Story : Level : Realm : Project :
Given the tools we use with Web services today, we might not look at what is on the wire when we do Web service invocations. However, there are times you need to understand what's on the wire for different reasons. Recognizing the version of a SOAP message might help to better understand some of the problems associated within Web service communications. In this article, we will discuss how you can differentiate between SOAP 1.1 and SOAP 1.2 messages, by looking at various features of each message.
- 2 comments
- Read more
- 472 reads
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.
Understand the Famous "Did not understand MustUnderstand header(s)" Error
Submitted on July 24, 2008 - 23:19. Story : Level : Realm : Project :
This article by Eran Chinthaka describes the requirement of understanding the mustUnderstand SOAP header property in designing and implementing Web services.
Both SOAP 1.1 and SOAP 1.2 specifications enable you to use mustUnderstand attributes with SOAP headers. Not handling these headers properly is a common concern during Web service interactions. Within Axis2, repercussions of not understanding some of these mustUnderstand headers is common, especially in those ciscumstances when you try to use add-on modules with Axis2. This article describes the mustUnderstand header field and goes on to explain the cause of such errors. The article also looks at what happens inside Axis2, as such errors are encountered and how some of it can be fixed with minimal effort.
Apache Axis2/C Performance Round #2
Submitted on July 21, 2008 - 22:04. Story : Level : Project : Realm :
In this article by Damitha Kumarage, he illustrates performance tests performed for Axis2/C for similar purposes as Axis2/Java performance tests .
- by damitha
- Login or register to post comments
- Read more
- 1156 reads


