spring-boot/spring-boot-samples/spring-boot-sample-ws
Andy Wilkinson b585afe537 Polishing 2014-06-09 21:17:19 +01:00
..
src Polishing 2014-06-09 21:17:19 +01:00
README.adoc Polishing 2014-06-09 21:17:19 +01:00
pom.xml Polishing 2014-06-09 21:17:19 +01:00

README.adoc

== Spring Boot - Samples - Web Services

This sample project demonstrates how to use http://projects.spring.io/spring-ws/[Spring Web Services]
with Spring Boot. It is an implementation of the 
http://docs.spring.io/spring-ws/site/reference/html/tutorial.html#tutorial.implementing.endpoint[Holiday Request sample]
in the Spring Web Services reference guilde.

The sample uses Maven. It can be built and run from the command line:

----
$ mvn spring-boot:run
----

http://localhost:8080/services/holidayService/holiday.wsdl will now display the generated WSDL.