This commit is contained in:
Arjen Poutsma
2008-02-24 03:30:09 +00:00
parent de3c5acf81
commit 9154eeb560
2 changed files with 6 additions and 4 deletions

View File

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

View File

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