Files
spring-boot/spring-boot-samples/spring-boot-sample-ws
Maciej Walkowiak 95a6ce9e48 Spring Web Services Starter
- upgraded Spring WS to 2.2.0.RELEASE
- replaced default MVC DispatcherServlet with MessageDispatcherServlet
- migrated XML based config with nww Spring WS Java config

Fixes: gh-412
2014-06-09 21:17:19 +01:00
..
2014-06-09 21:17:19 +01:00
2014-06-09 21:17:19 +01:00

Spring Boot - Samples - Web Services

This sample project demonstrates how to bootstrap and use Spring Web Services with Spring Boot.

It is a runnable implementation of the HolidayRequest sample in the Spring Web Services reference guide.

The sample can be build with Maven (>3) and simply run from the command line.

$ mvn package
$ java -jar target/*.jar

Now pointing your browser to [http://localhost:8080/services/holidayService/holiday.wsdl] should display the generated WSDL.