Spring Boot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Stephane Nicoll bb736e255b Fix SNAPSHOT version 10 years ago
..
src Organize imports with new settings 10 years ago
README.adoc Polish 12 years ago
pom.xml Fix SNAPSHOT version 10 years ago

README.adoc

== 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.