Spring Web Services is a product of the Spring community focused on creating document-driven, contract-first Web services. This repository contains sample projects illustrating usage of Spring Web Services.
This version of the samples focuses on Spring WS 4.1.x, the generation provided by Spring Boot 3.5
For samples on Spring WS 4.0.x, check the 2.0.x
branch.
The following sample applications demonstrate the capabilities of Spring Web Services. See the README within each sample project for more information and additional instructions.
Most of the sample apps can be built and run using the following commands from
within the server
folder.
$ ./mvnw spring-boot:run
Or alternatively, run the following to create runnable JAR file that will run anywhere there’s a JDK:
$ ./mvnw package
Most of the sample apps have a separate client
directory containing clients
that connect to the server. You can run these clients by using the following
command from within each of client subdirectories:
$ ./mvnw spring-boot:run
Spring Web Services is released under version 2.0 of the Apache License.