Axis2 > Java
Introduction to WSO2 Carbon Clustering
Submitted on January 5, 2009 - 01:45. 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.
- by afkham_azeez
- Login or register to post comments
- Read more
- 114 reads
WSO2 Carbon Cluster Configuration Language
Submitted on December 31, 2008 - 00:10. 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.
- by afkham_azeez
- Login or register to post comments
- Read more
- 93 reads
What is an Axis2 Repository?
Submitted on December 29, 2008 - 19:11. 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.
How Can I Get Notified When There are Changes to Contexts?
Submitted on November 30, 2008 - 19:46. 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.
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.
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
- 470 reads
web services
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..
- Bhavani's blog
- Login or register to post comments
- 430 reads
How to Serialize ADB Code Generated Objects
Submitted on September 17, 2008 - 19:56. 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:


