spring-boot/spring-boot-samples/spring-boot-sample-ws
Phillip Webb c28f552883 Migrate SpringJUnit4ClassRunner to SpringRunner
Replace all existing SpringJUnit4ClassRunner references with the new
SpringRunner alias.

Fixes gh-5292
2016-03-23 22:18:18 -07:00
..
src Migrate SpringJUnit4ClassRunner to SpringRunner 2016-03-23 22:18:18 -07:00
README.adoc Polish 2014-06-09 15:20:37 -07:00
pom.xml Move master to 1.4.0.BUILD-SNAPSHOT 2016-01-24 10:45:24 -08: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 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.