diff --git a/samples/echo/client/saaj/readme.txt b/samples/echo/client/saaj/readme.txt index 49ece4d5..65b438fe 100644 --- a/samples/echo/client/saaj/readme.txt +++ b/samples/echo/client/saaj/readme.txt @@ -3,7 +3,7 @@ SPRING WEB SERVICES This directory contains a Java clients for the Echo Web Service that uses SAAJ: SOAP with Attachments API for Java. It creates a SOAP message for the 'echo' operation, and sends it using SAAJ. This client does not use Spring-WS in any way. -SAJA Client Sample table of contents +SAAJ 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/echo/readme.txt b/samples/echo/readme.txt index 34ed668d..90bb264a 100644 --- a/samples/echo/readme.txt +++ b/samples/echo/readme.txt @@ -5,9 +5,11 @@ 1. INTRODUCTION -This sample shows a bare-bones echoing service. Incoming messages are handled via DOM, and a simple 'business logic' -service is used to obtain the result. +This sample shows a bare-bones echoing service. Incoming messages are handled +via DOM, and a simple 'business logic' service is used to obtain the result. 2. INSTALLATION -Simply run "mvn package" and deploy the war file generated in target \ No newline at end of file +Simply run "mvn package" and deploy the war file generated in target/. +Alternatively, run "mvn jetty:run" to run the sample in a built-in Jetty6 Web +container.