Knowledge Base

How to Setup WSO2 WSAS on Apache Tomcat

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.

0
No votes yet
Tags :

How Can I Get Notified When There are Changes to Contexts?

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.

0
No votes yet
Tags :

What is a Service Client?

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.

0
No votes yet
Tags :

Axis2/C Handler Configurations Using Parameters

Story :

Level : Realm : Project :

The Axis2/C architecture consists of flows, phases, modules and handlers.

0
No votes yet
Tags :

How to deploy WSO2 ESB on Apache Tomcat

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.

0
No votes yet

How to Install WSO2 ESB on IBM WebSphere Application Server

Story :

Level : Project :

Applies To

  1. WSO2 Enterprise Service Bus (ESB) Version 1.7.1
  2. 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.

0
No votes yet

How to run Rampart Samples with Apache Tomcat

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

0
No votes yet

How to Serialize ADB Code Generated Objects

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:

0
No votes yet
Tags :
Syndicate content