Axis2 > Java

Introduction to WSO2 Carbon Clustering

Story :

Level : Realm : Project :

In this article, Afkham Azeez - Architect and Product Manager for WSO2 WSAS, explains some of the core concepts associated with WSO2 Carbon clustering.

5
Average: 5 (1 vote)
Tags :

WSO2 Carbon Cluster Configuration Language

Story :

Level : Project :

Afkham Azeez, Architect and Product Manager for WSO2 WSAS, explains in detail the clustering configuration language used by WSO2 Carbon based products.

5
Average: 5 (1 vote)

What is an Axis2 Repository?

Story :

Level : Realm : Project :

An Axis2 repository is the place where Axis2 keeps all its configuration, services and modules. In this brief tutorial, Eran Chinthaka explores the concept of a repository and provides instructions for creating and maintaining your own Axis2 repository.

0
No votes yet
Tags :

How Can I Get Notified When There are Changes to Contexts?

Story :

Level : Realm : Project :

The information model within Axis2 contains a hierarchy of contexts. These contexts contain information about various levels within Axis2. Sometimes it is important to know when these contexts are created and removed. In this knowledge base item, we will discuss how we can get notified when new context is created and deleted.

0
No votes yet
Tags :

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 :

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

web services

Project : Realm :

i have a problem in working with web services.
iam using eclipse and developing in java,
please help me how to work with web services..

How to Serialize ADB Code Generated Objects

Story :

Level : Realm : Project :

How to Serialize ADB Code Generated Objects

 

At times one needs to see the XML serialization of objects generated for various reasons. This knowledge base explains a simple method to serialize objects generated using the Axis2 Data Binding (ADB) frameowrk.

We generated code using wsdl2java tool, so that we can see the Web service methods as methods of a Java object. Once generated, we will be using these objects to send and receive parameters to/from the Web service that we are invoking. Take the following method as an example:

0
No votes yet
Tags :
Syndicate content