spring-boot/spring-boot-samples/spring-boot-sample-ws
2019-03-27 11:44:18 +00:00
..
src Polish "Use HTTPS for external links wherever possible" 2019-03-27 11:44:18 +00:00
pom.xml Update build and setup configuration to use HTTPS 2019-03-19 16:01:05 +00:00
README.adoc Use HTTPS for external links wherever possible 2019-03-27 11:35:54 +00:00

== Spring Boot - Samples - Web Services

This sample project demonstrates how to use https://projects.spring.io/spring-ws/[Spring Web Services]
with Spring Boot. It is an implementation of the
https://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.