From 9154eeb56083baf6f83be9aa6d6b10b1d067b874 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 24 Feb 2008 03:30:09 +0000 Subject: [PATCH] --- samples/echo/client/saaj/readme.txt | 2 +- samples/echo/readme.txt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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.