Axis2 > Java
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.
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
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.
Transport Session Management with Axis2
Submitted on April 6, 2008 - 22:31. Story : Level : Project :
Deepal Jayasinghe explains..
How to Configure A Proxy In Apache Axis2/Java
Submitted on March 11, 2008 - 04:05. Story : Level : Realm : Project :
Apache Axis2/Java supports interfacing with proxies via HTTP Client 3.0.1. This configuration is achieved programmatically, or, by editing the axis2.xml file. In addition to this, you can also employ Java networking properties to configure proxy interfacing. Saminda Abeyruwan explains..
How Can I Store and Access Parameters for My Web Service?
Submitted on March 8, 2008 - 13:47. Story : Level : Realm : Project :
Web service implementations might need to be provided with additional parameters when they initialize and start serving requests. This article explains how and where these parameters can be kept so that the Web service will be able to access them at runtime. Eran Chinthaka explains..

