Files
spring-ws/samples/pox
Arjen Poutsma 94b9922630
2010-02-26 11:20:45 +00:00
..
2010-02-26 10:43:31 +00:00
2010-02-26 11:19:11 +00:00
2010-02-26 10:43:40 +00:00
2010-02-26 11:20:45 +00:00

=========================================================
== Spring Web Service Plain Old XML sample application ==
=========================================================


1. INTRODUCTION

This sample shows a service that uses Plain Old XML rather than SOAP. Incoming
messages are handled via SAX, and a response is created using DOM.

2. SERVER

Simply run "mvn package" in the server directory and deploy the war file generated in 'target'.
Alternatively, run "mvn jetty:run" to run the sample in a built-in Jetty6 Web
container.

3. CLIENT

Simply run "mvn install exec:java" in each of the client subdirectories.