From 3fd06347c3b2778808bd4eaa16d3ac8ff38fb11c Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 8 Oct 2006 16:25:41 +0000 Subject: [PATCH] --- samples/airline/client/readme.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/airline/client/readme.txt b/samples/airline/client/readme.txt index ca645a19..25370e8b 100644 --- a/samples/airline/client/readme.txt +++ b/samples/airline/client/readme.txt @@ -2,5 +2,6 @@ SPRING WEB SERVICES Client table of contents --------------------------------------------------- -* cs - A client for the airline service written in C#. -* saaj - Two clients that are written in Java and use SAAJ. \ No newline at end of file +* 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.