mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Rename spring-boot-starter-webservices back to spring-boot-starter-ws. Unfortunately the starter exists in Spring Boot 1.3 so we can't rename it without consequence. See gh-5711
== 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.