Files
spring-ws/samples/airline
2007-11-14 19:48:23 +00:00
..
2007-11-14 19:48:23 +00:00
2007-11-11 19:58:18 +00:00
2007-11-14 16:41:48 +00:00
2007-11-11 19:58:18 +00:00

=====================================================
== Spring Web Service Airline sample application ==
=====================================================

1. INTRODUCTION

Features a web service on top of an airline reservation system, backed by a database. The web service works by using XML
Marshalling techniques (JAXB2), and XPath in combination with XPath queries to pull information from a message.
Additionally, the Airline service has JMS support. All messages follow the messages.xsd schema in src/main/webapp.

Multiple clients are available, showing interoperability with Axis 1, SAAJ, C#, and more.

2. INSTALLATION

The Airline sample is a normal web application that connects to a HSQLDB database.

To execute the sample, run "mvn jetty:run" to run the sample in the Jetty6 Web container.

To create a war file instead of running in Jetty, use "mvn package".

3. THE CLIENTS

The client directory contains a number of sample clients. More instructions are provided in the readme files in the
directories.