spring-boot/spring-boot-samples/spring-boot-sample-ws
Phillip Webb 200cd535c2 Revert "Next development version"
This reverts commit 67189477fe.
2014-06-26 11:03:09 -07:00
..
src Fix WS sample to use a random port 2014-06-18 12:48:26 +01:00
README.adoc Polish 2014-06-09 15:20:37 -07:00
pom.xml Revert "Next development version" 2014-06-26 11:03:09 -07: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.