spring-boot/spring-boot-samples/spring-boot-sample-webservices
2018-10-25 09:28:04 -07:00
..
src Fix logging checkstye violations in samples 2018-10-25 09:28:04 -07:00
pom.xml Add activation API to WebServices samples on Java 11+ 2018-09-05 14:17:31 +02:00
README.adoc Use HTTPS URLs where applicable 2018-02-02 12:03:12 +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.