spring-boot/spring-boot-samples/spring-boot-sample-webservices
Madhura Bhave 1db1c8b03c Validate our own tests work with JUnit5 and the vintage engine
Closes gh-14737

Co-authored-by: Stephane Nicoll <snicoll@pivotal.io>
2019-05-08 16:05:44 +02:00
..
src Validate our own tests work with JUnit5 and the vintage engine 2019-05-08 16:05:44 +02:00
README.adoc Merge branch '1.3.x' into 1.4.x 2019-03-27 12:22:40 +00:00
pom.xml Merge branch '2.1.x' 2019-03-19 17:11:45 +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.