Axis2
Axis2 deployment – Custom deployers
Submitted on June 16, 2008 - 04:59. Story : Level : Realm : Project :
In this article by Deepal Jayasinghe, he introduces the use of custom deployers to gain most out of your Axis2 deployment.
Configuring Transport URLs to be Different from the WS-Addressing Endpoint
Submitted on June 4, 2008 - 22:16. Story : Level : Realm : Project :
Often times the requirement comes up to send a SOAP envelope to a different location than what's specified inside WS-Addressing 'To' address. This knowledge base by Eran Chinthaka outlines how.
How to Find the Service and the Operation Associated with a SOAP Message
Submitted on June 4, 2008 - 22:11. Story : Level : Realm : Project :
Some times we might want to perform various actions, depending on the current service and operation. This knowledge base outlines how one can find the service and the operation associated with the message being processed.
How to configure Axis2 to talk to a Qpid AMQP broker
Submitted on June 1, 2008 - 21:28. Story : Level : Project : Realm :
In this article by Suran Jayathilaka, he looks at configuring the JMS transport in Axis2/Java to talk with a Qpid AMQP broker.
Handling SOAP attachments with Axis2/C
Submitted on May 21, 2008 - 00:55. 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.
Axis2 Sessions and Service Instances
Submitted on May 6, 2008 - 00:14. Story : Level : Project :
In Axis2, there are four types of sessions that we talk about. Each session has a lifetime and characteristics specific to the session type. The available sessions in Axis2 can be listed as follows:
-
Request scope
-
SOAP session scope
-
Transport session scope
-
Application session scope
No votes yet
Apache Axis2: A Practical Guide to Creating Quality Web Services
Submitted on May 2, 2008 - 00:07. Story : Level : Project :
A step by step practical guide for developing Web services using Apache Axis2 by Deepal Jayasinghe is expected to be out soon. The book will take you through the basics of Web services and Axis2 to the details of the architecture of Axis2. You can pre-order the book from here.
Building Axis2/C Web Services with the help of Axis2/Java Tools
Submitted on May 1, 2008 - 06:16. 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.

