This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user