Skip to content

Commit e47dc81

Browse files
committed
1 parent ce682a3 commit e47dc81

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

samples/airline/client/readme.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/airline/readme.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@ Features a web service on top of an airline reservation system, backed by a data
88
Marshalling techniques (JAXB2), and XPath in combination with XPath queries to pull information from a message.
99
Additionally, the Airline service has JMS support. All messages follow the messages.xsd schema in src/main/webapp.
1010

11-
Multiple clients are available, showing interoperability with Axis 1, SAAJ, C#, and more.
12-
1311
2. INSTALLATION
1412

1513
The Airline sample is a normal web application that connects to an embedded
1614
HSQLDB database. It requires JDK 1.5 to run; JDK 1.6 works as well, except for
1715
the WS-Security endpoints.
1816

19-
To execute the sample, run "mvn jetty:run" to run the sample in the Jetty6 Web container.
17+
To execute the sample, run "mvn jetty:run" in the server directory to run the sample in the Jetty6 Web container.
2018

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

2321
3. THE CLIENTS
2422

25-
The client directory contains a number of sample clients. More instructions are provided in the readme files in the
26-
directories.
23+
Simply run "mvn install exec:java" in each of the client subdirectories.

0 commit comments

Comments
 (0)