You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-samples/spring-boot-sample-ws
Spring Operator e401d02ced Use HTTPS for external links wherever possible
See gh-16316
6 years ago
..
src Use HTTPS to link to the Apache license 6 years ago
README.adoc Use HTTPS for external links wherever possible 6 years ago
pom.xml Update build and setup configuration to use HTTPS 6 years ago

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.