From 5ffce75c90f3439f34d691e2ac7459ee481f7632 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 24 Feb 2008 13:01:54 +0000 Subject: [PATCH] --- samples/stockquote/client/jax-ws/build.xml | 3 +-- samples/stockquote/client/jax-ws/readme.txt | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/samples/stockquote/client/jax-ws/build.xml b/samples/stockquote/client/jax-ws/build.xml index 950d3686..e6cfac48 100644 --- a/samples/stockquote/client/jax-ws/build.xml +++ b/samples/stockquote/client/jax-ws/build.xml @@ -32,8 +32,7 @@ + package="org.springframework.ws.samples.stockquote.client.jaxws" xendorsed="true"/> diff --git a/samples/stockquote/client/jax-ws/readme.txt b/samples/stockquote/client/jax-ws/readme.txt index 89a04c43..f78313bd 100644 --- a/samples/stockquote/client/jax-ws/readme.txt +++ b/samples/stockquote/client/jax-ws/readme.txt @@ -1,8 +1,8 @@ SPRING WEB SERVICES -This directory contains a Java client for the Airline Web Service that uses JAX-WS. +This directory contains a Java client for the Stock Quote Web Service that uses JAX-WS. The client can be run from the provided ant file, by calling "ant run". -Note that the airline sample has to be running before invoking this target. +Note that the stock quote sample has to be running before invoking this target. Client Sample table of contents ---------------------------------------------------