Knowledge Base
How to Setup WSO2 WSAS on Apache Tomcat
Submitted on December 17, 2008 - 06:31. Story : Level : Realm : Project :
WSO2 Web Services Application Server is an open source service-based application server fully built on Apache Axis2 framework. It supports various Web services standards and protocols.
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.
Axis2/C Handler Configurations Using Parameters
Submitted on November 20, 2008 - 21:33. Story : Level : Realm : Project :
The Axis2/C architecture consists of flows, phases, modules and handlers.
How to deploy WSO2 ESB on Apache Tomcat
Submitted on October 8, 2008 - 01:04. Story : Level : Project :
WSO2 ESB can be deployed on differet application servers such as IBM WebSphere, BEA WebLogic Server, JBoss and Apache Tomcat. I will be describing how one can easily deploy WSO2 ESB on Apache Tomcat.
How to Install WSO2 ESB on IBM WebSphere Application Server
Submitted on October 7, 2008 - 22:26. Story : Level : Project :
Applies To
- WSO2 Enterprise Service Bus (ESB) Version 1.7.1
- WebSphere Application Server Version 6.1
Downloading and Installing WebSphere Application Server
Download the WebSphere Application Server Version 6.1 and execute the setup to install it on your local machine.
- 4 comments
- Read more
- 763 reads
How to run Rampart Samples with Apache Tomcat
Submitted on September 28, 2008 - 10:02. Story : Level : Project :
This explains how to setup and run standard Apache Rampart samples in an Axis2 instance hosted in Apache Rampart.
Applies To
Apache Rampart - 1.4
Apache Axis2 - 1.4.1
http://ws.apache.org/axis2/
http://ws.apache.org/rampart/
You need to have the following to try this:
- Apache Axis2 Standard Binary Distribution (Version 1.4.1)
- Apache Axis2 WAR (Web Archive) Distribution (Version 1.4.1)
- Apache Rampart Standard Binary Distribution (Version 1.4)
- Apache Tomcat
- Apache Ant
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:


