LIBRARY

How to call MySQL 5 stored procedure from Data Services

In this tutorial Sumedha Rubasinghe will show you how to call MySQL 5 Stored Procedure using WSO2 Data Services. He uses WSO2 WSAS to perform this task.

Undefined

Bring Your Relational Data to the Web

Data Services is a convenient mechanism to provide a service interface to data stored in a relational database. Parameters for the Web service will be passed to the SQL query and you will get a custom defined XML response generated using database data.

In this tutorial, Sumedha Rubasinghe teaches you how to deploy a data service.

Undefined

WS-Addressing in Action

This article by Samisa Abeysinghe looks into the WS-Addressing specification. It explains why WS-Addressing is needed, and more importantly explains how WS-Addressing can be used in a real world scenario. This article also explains how you can use the WS-Addressing implementation of Apache Axis2/C Web services engine.

Undefined

Java Web Services, Part 3: Axis2 Data Binding

The Apache Axis2 Web services framework was designed from the start to support multiple XML data-binding approaches. The current release provides full support for XMLBeans and JiBX data binding, as well as the custom Axis Data Binding (ADB) approach developed specifically for Axis2. This article by Dennis Sosnoski shows you how to use these different data bindings with Axis2 and explains why you might prefer one over the others for your application.

Undefined

Transform Java classes into Web services using Axis2 and JiBX, Part 1: Use XML to define a Web service from your Java classes

Unlike in the past, when the automatic generation of Web services was limited to a service and a single class, developers now have the option to generate a service or multiple services from the various Java classes in their existing projects. This article by Tyler Anderson, Part 1 of a two-part series, uses XML to define a Web service from existing Java classes.

Undefined

Understanding WS-Addressing in Apache Axis2

The WS-Addressing specification has become an integral part of any WS
stack. Most Web services stacks support WS-Addressing by default, and some
have even integrated it into the core of their engines. Apache Axis2, a
pioneer in providing WS-Addressing specification support, has proven to be a
success with WS-Addressing through various interoperability sessions. This article by Eran Chinthaka explains how addressing processing is implemented within Axis2, and also
provides some insights into tweaking addressing at runtime.

Undefined

Stepping into Apache Synapse – Part I

This article by Ruwan Linton is the first of a series of articles on Apache Synapse. In this series, you will learn what Synapse is, how it works, and how you can use it to solve common problems in the enterprise. You will understand some of the advanced features of Synapse, how you can extend it, and also some of its limitations.

Undefined

Creating an AXIOM Object Model Using Different Input Sources

AXIOM (AXis Object Model) is the StAX based XML object model used inside Apache Axis2. This article by Eran Chinthaka discusses various methods of creating and encapsulating different XML sources into an AXIOM object model.

Undefined

Apache Axis2/C – Web Services Engine

The Apache Axis2/C Web services engine is the state of the art Web services engine that supports the most number of WS-* specifications in C. This article by Samisa Abeysinghe explains how Apache Axis2/C stands out as the most complete Web services engine implementation in C.

Undefined