= Spring Web Services Samples
https://spring.io/projects/spring-ws[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.
== Spring Boot 3.0 + Spring WS 4.0
This version of the samples focuses on Spring WS 4.0, the generation provided by Spring Boot 3.0. For Spring WS 3.1 (Spring Boot 2.7) samples, check out https://github.com/spring-projects/spring-ws-samples/tree/1.0.x.
== Sample Applications
The following sample applications demonstrate the capabilities of https://spring.io/projects/spring-ws[Spring Web Services]. See the README within each sample project for more information and additional instructions.
== Running the Server
Most of the sample apps can be built and run using the following commands from
within the server
folder.
Or alternatively, run the following to create runnable JAR file that will run anywhere there's a JDK:
== Running the Client(s)
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:
== License
https://projects.spring.io/spring-ws[Spring Web Services] is released under version 2.0 of the http://www.apache.org/licenses/LICENSE-2.0[Apache License].