From e47dc81682ca0b6fdef07aa7af80f3338018d494 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 26 Feb 2010 13:14:07 +0000 Subject: [PATCH] --- samples/airline/client/readme.txt | 13 ------------- samples/airline/readme.txt | 7 ++----- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 samples/airline/client/readme.txt diff --git a/samples/airline/client/readme.txt b/samples/airline/client/readme.txt deleted file mode 100644 index 80f14a6b..00000000 --- a/samples/airline/client/readme.txt +++ /dev/null @@ -1,13 +0,0 @@ -SPRING WEB SERVICES - -All clients can be run from the provided ant file, by calling "ant run-all". - -Client table of contents ---------------------------------------------------- -* build.xml - Ant build file with a 'run-all' target -* axis1 - A client for the airline service written in Java using JAX-RPC (Axis 1). -* dotnet - A client for the airline service written in C#. -* jax-ws - A client for the airline service written in Java using JAX-WS. -* jms - A client for the airline service written in Java using the JMS Transport -* saaj - Two clients that are written in Java and use SAAJ. -* spring-ws - A client for the airline service written in Java using Spring-WS using XMLBeans marshalling. diff --git a/samples/airline/readme.txt b/samples/airline/readme.txt index c5aca148..a9ebbb5b 100644 --- a/samples/airline/readme.txt +++ b/samples/airline/readme.txt @@ -8,19 +8,16 @@ Features a web service on top of an airline reservation system, backed by a data 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 execute the sample, run "mvn jetty:run" in the server directory 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. +Simply run "mvn install exec:java" in each of the client subdirectories.