Files
spring-ws/samples/airline
2008-02-25 11:38:03 +00:00
..
2008-02-25 11:38:03 +00:00
2008-02-09 17:28:13 +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 an embedded
HSQLDB database. It requires JDK 1.5 to run; JDK 1.6 works as well, except for
the WS-Security endpoints.

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.