login button

Axis2 > C

Debugging Axis2/C Services and Clients

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.

5
Average: 5 (1 vote)
Tags :

Common Pitfalls in Deploying Axis2/C in Apache Server

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.

0
No votes yet
Tags :

Understand the Famous "Did not understand MustUnderstand header(s)" Error

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.

0
No votes yet
Tags :

Apache Axis2/C Performance Round #2

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 .

0
No votes yet

How to Configure a Proxy in Axis2/C

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

 

0
No votes yet
Tags :

Axis2/C Deployed in Microsoft Internet Information Services (IIS) Family

Story :

Level : Project :

This article by Supun Kamburugamuva touches Axis2/C and IIS ISAPI technologies and goes on to explain how these two technologies can be combined to create a rich communication platform.

5
Average: 5 (1 vote)
Tags :

Handling SOAP attachments with Axis2/C

Story :

Level : Project :

Axis2/C supports MTOM (SOAP Message Transmission Optimization Mechanism) and SwA (SOAP with attachments) that allows you to easily implement clients and services to handle attachments either way. In addition, you can convert binary content to base64 and vice-versa while sending and receiving attachments. This tutorial discusses the API and configuration options for handling SOAP Attachments within Axis2/C.

0
No votes yet
Tags :

Building Axis2/C Web Services with the help of Axis2/Java Tools

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.

0
No votes yet
Tags :
Syndicate content