spring-boot/spring-boot-samples/spring-boot-sample-webservices
2017-07-27 08:00:21 +00:00
..
src Update copyright year for changed files 2016-12-30 11:53:51 -08:00
pom.xml Next development version 2017-07-27 08:00:21 +00:00
README.adoc Polish 2016-04-15 22:39:35 -07:00

== 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 guide.

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.