Apache Axis2/C Performance Round #2
In this article by Damitha Kumarage, he illustrates performance tests performed for Axis2/C for similar purposes as Axis2/Java performance tests .read more
View ArticleUnderstand the Famous "Did not understand MustUnderstand header(s)" Error
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...
View ArticleCommon Pitfalls in Deploying Axis2/C in Apache Server
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...
View ArticleDebugging Axis2/C Services and Clients
In this tutorial, Supun Kamburugamuva illustrates debugging Apache Axis2/C services and clients in both Windows and Linux platforms under different deployment scenarios.read more
View ArticleSSL-Enabled Web Services with Apache Axis2/C
In this article by Dushshantha Chandradasa, an introduction to the use of the Secure Socket Layer (SSL) protocol for securing online transactions is provided.read more
View ArticleAxis2/C Handler Configurations Using Parameters
The Axis2/C architecture consists of flows, phases, modules and handlers. They can be described as follows. There are two flows called In-flow and Out-flow. A flow is the path from the transport to the...
View ArticleWhat is a Service Client?
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.read more
View ArticleSending and Receiving Attachments with Axis2/C
Axis2/C is a SOAP processing engine written in C. Axis2/C enables C/C++ code to be exposed as Web services, and allows developers to talk to Web services using C/C++ Web service clients.read more
View ArticleUnderstanding Axis2/C Threading Model
Axis2/C is commonly used to process and send SOAP messages in a multi-threaded environment. In this article, Damitha Kumarage illustrates the Axis2/C support for thread models, so that users can better...
View ArticleAxis2/C AMQP Transport - Part I
Part 1 of a 2-part series, this is a comprehensive introduction to the AMQP protocol from Danushka Manikkumbura. This article describes the history and foundational concepts of AMQP, an application...
View ArticleApache Axis2/C Performance Round #2
In this article by Damitha Kumarage, he illustrates performance tests performed for Axis2/C for similar purposes as Axis2/Java performance tests .read more
View ArticleUnderstand the Famous "Did not understand MustUnderstand header(s)" Error
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...
View ArticleCommon Pitfalls in Deploying Axis2/C in Apache Server
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...
View ArticleDebugging Axis2/C Services and Clients
In this tutorial, Supun Kamburugamuva illustrates debugging Apache Axis2/C services and clients in both Windows and Linux platforms under different deployment scenarios.read more
View ArticleSSL-Enabled Web Services with Apache Axis2/C
In this article by Dushshantha Chandradasa, an introduction to the use of the Secure Socket Layer (SSL) protocol for securing online transactions is provided.read more
View ArticleAxis2/C Handler Configurations Using Parameters
The Axis2/C architecture consists of flows, phases, modules and handlers. They can be described as follows. There are two flows called In-flow and Out-flow. A flow is the path from the transport to the...
View ArticleWhat is a Service Client?
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.read more
View ArticleSending and Receiving Attachments with Axis2/C
Axis2/C is a SOAP processing engine written in C. Axis2/C enables C/C++ code to be exposed as Web services, and allows developers to talk to Web services using C/C++ Web service clients.read more
View ArticleUnderstanding Axis2/C Threading Model
Axis2/C is commonly used to process and send SOAP messages in a multi-threaded environment. In this article, Damitha Kumarage illustrates the Axis2/C support for thread models, so that users can better...
View ArticleAxis2/C AMQP Transport - Part I
Part 1 of a 2-part series, this is a comprehensive introduction to the AMQP protocol from Danushka Manikkumbura. This article describes the history and foundational concepts of AMQP, an application...
View Article