Files
spring-ws/samples/stockquote
2010-02-01 09:26:27 +00:00
..
2010-02-01 09:26:27 +00:00
2010-02-01 09:23:04 +00:00
2008-02-24 03:28:46 +00:00

=====================================================
== Spring Web Service Stock Quote sample application ==
=====================================================


1. INTRODUCTION

This sample shows a Stock Quote service. Incoming messages are routed via
WS-Addressing, and SOAP message content is handled using JAXB2. Additionally, 
this sample uses the HTTP server built into Java 6. 

2. RUNNING

This sample contains a main() method in the Driver class. To start it, simply
run "mvn install exec:java".