spring-boot/spring-boot-samples/spring-boot-sample-webservices
Andy Wilkinson d6a869fa98 Switch to Jakarta EE API dependencies where possible
Closes gh-16113
Closes gh-16112
Closes gh-16111
Closes gh-15916
Closes gh-15689
2019-03-06 11:20:51 +00:00
..
src Move back to JUnit 4 until SUREFIRE-1614 has been resolved 2018-12-12 16:49:30 +00:00
README.adoc Use HTTPS URLs where applicable 2018-02-02 12:03:12 +00:00
pom.xml Switch to Jakarta EE API dependencies where possible 2019-03-06 11:20:51 +00:00

README.adoc

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