Axis2 > C

What is a Service Client?

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.

0
No votes yet
Tags :

Axis2/C Handler Configurations Using Parameters

Story :

Level : Realm : Project :

The Axis2/C architecture consists of flows, phases, modules and handlers.

0
No votes yet
Tags :

Differentiating between SOAP Versions by Looking at a SOAP Message

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.

 

0
No votes yet

SSL Enabled Web Services with Apache Axis2/C

Story :

Level : Project :

In this article by Dushshantha Chandradasa, he discusses the use of the Secure Socket Layer (SSL) protocol for securing online transactions

0
No votes yet
Tags :

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
Syndicate content