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/README.adoc

15 lines
558 B
Plaintext

11 years ago
== Spring Boot - Samples - Web Services
This sample project demonstrates how to use http://projects.spring.io/spring-ws/[Spring Web Services]
11 years ago
with Spring Boot. It is an implementation of the
11 years ago
http://docs.spring.io/spring-ws/site/reference/html/tutorial.html#tutorial.implementing.endpoint[Holiday Request sample]
11 years ago
in the Spring Web Services reference guide.
11 years ago
The sample uses Maven. It can be built and run from the command line:
----
$ mvn spring-boot:run
----
11 years ago
http://localhost:8080/services/holidayService/holiday.wsdl will now display the generated WSDL.