spring-boot/spring-boot-samples/spring-boot-sample-webservices/README.adoc

15 lines
560 B
Plaintext
Raw Normal View History

2014-06-10 01:03:22 +08:00
== Spring Boot - Samples - Web Services
2018-01-04 00:07:10 +08:00
This sample project demonstrates how to use https://projects.spring.io/spring-ws/[Spring Web Services]
2014-06-10 06:20:37 +08:00
with Spring Boot. It is an implementation of the
2018-01-04 00:07:10 +08:00
https://docs.spring.io/spring-ws/site/reference/html/tutorial.html#tutorial.implementing.endpoint[Holiday Request sample]
2014-06-10 06:20:37 +08:00
in the Spring Web Services reference guide.
2014-06-10 01:03:22 +08:00
The sample uses Maven. It can be built and run from the command line:
----
$ mvn spring-boot:run
----
2014-06-10 06:20:37 +08:00
http://localhost:8080/services/holidayService/holiday.wsdl will now display the generated WSDL.