Axis2
How to implement Threads in Axis2
For detailed information read
- asankaa's blog
- Login or register to post comments
- 27 reads
How to write an Axis2 Observer
How to write an Axis2 Observer.
I did a detailed blog post about the $topic.
- asankaa's blog
- Login or register to post comments
- 26 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:
Learning axis2.xml - Part1
Submitted on August 30, 2008 - 14:31. Story : Level : Realm : Project :
This tutorial by Deepal Jayasinghe is a look at Axis2 configuration parameters for deployment.
Axis2 & Spring - Best of both worlds
I have written a blog post on ${subject}. It can be found here.
- sumedha's blog
- Login or register to post comments
- 207 reads
WSO2 WSF/Spring - Apache Axis2 for spring web service developers
- nandanam's blog
- Login or register to post comments
- 281 reads
Understand the Famous "Did not understand MustUnderstand header(s)" Error
Submitted on July 24, 2008 - 23:19. 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.
Binary Data with Axis2
Submitted on July 21, 2008 - 04:36. Story : Level : Project :
In this tutorial by Deepal Jayasinghe, he provides a step-by-step guide to creating services that handle binary data together with instructions on creating clients that consume such services.


