Files
spring-ws/samples/pox
2010-02-01 10:56:11 +00:00
..
2010-02-01 09:26:27 +00:00
2010-02-01 10:56:11 +00:00
2010-02-01 09:23:04 +00:00
2008-02-17 15:29:57 +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. INSTALLATION

Simply run "mvn package" and deploy the war file generated in target