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
---------------------------------------------------