Added tutorial sample

This commit is contained in:
Arjen Poutsma
2013-11-07 14:29:45 +01:00
parent 7b89868131
commit 94576a6ab2
17 changed files with 790 additions and 5 deletions

20
tutorial/README.md Normal file
View File

@@ -0,0 +1,20 @@
# Spring Web Service Tutorial
This sample contains the code for the tutorial, which can be found in the
[Spring Web Services] reference documentation.
## Build and deploy
1. See the main [README](../README.md) for build instructions.
2. Access the WSDL at the following URL:
[http://localhost:8080/tutorial/holiday.wsdl](http://localhost:8080/tutorial/holiday.wsdl)
## License
[Spring Web Services] is released under version 2.0 of the [Apache License].
[Spring Web Services]: http://projects.spring.io/spring-ws
[Apache License]: http://www.apache.org/licenses/LICENSE-2.0