Files
spring-ws/samples
Arjen Poutsma 1decccdf8a Formatting
2007-06-06 21:46:06 +00:00
..
2007-06-05 21:17:13 +00:00
2007-05-21 09:44:26 +00:00
2007-06-06 21:46:06 +00:00
2007-06-06 21:26:08 +00:00
2007-06-06 04:06:25 +00:00

SPRING WEB SERVICES

Sample table of contents
---------------------------------------------------
* airline - A complete airline sample that shows both Web Service and O/X Mapping functionality in a complete application
* echo - A simple sample that shows a bare-bones Echo service
* mtom - Shows how to use MTOM and JAXB2 marshalling
* tutorial - Contains the code from the Spring-WS tutorial

These samples can be run by using the Jetty Web container. Simply issue the "mvn jetty:run" command in one of 
the sample directories. Alternatively, you can build deployable war archives using "mvn package".