From 5779944b3b823049551797706fb3eb2e2aaaad04 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 23 Nov 2006 00:15:46 +0000 Subject: [PATCH] --- samples/airline/client/axis1/readme.txt | 10 ++++++++++ samples/airline/client/readme.txt | 1 + 2 files changed, 11 insertions(+) create mode 100644 samples/airline/client/axis1/readme.txt diff --git a/samples/airline/client/axis1/readme.txt b/samples/airline/client/axis1/readme.txt new file mode 100644 index 00000000..3aaa7e99 --- /dev/null +++ b/samples/airline/client/axis1/readme.txt @@ -0,0 +1,10 @@ +SPRING WEB SERVICES + +This directory contains a Java clients for the Airline Web Service that uses JAX-RPC. +The client can be run from the provided ant file, by calling "ant run". + +SAJA Client Sample table of contents +--------------------------------------------------- +* src - The source files for the client +* build.xml - Ant build file with a 'build' and a 'run' target + diff --git a/samples/airline/client/readme.txt b/samples/airline/client/readme.txt index 25370e8b..09c4ac41 100644 --- a/samples/airline/client/readme.txt +++ b/samples/airline/client/readme.txt @@ -2,6 +2,7 @@ SPRING WEB SERVICES Client table of contents --------------------------------------------------- +* axis - A client for the airline service written in Java using JAX-RPC (Axis 1). * cs - A client for the airline service written in C#. * jax-ws - A client for the airline service written in Java using JAX-WS. * saaj - Two clients that are written in Java and use SAAJ.