Spring Web Services is a product of the Spring community focused on creating document-driven Web services. Spring Web Services aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads.
Releases of Spring Web Services are available for download from Maven Central. Development builds are available from https://repo.spring.io/snapshot.
The project page has the documentation, issue management, support, samples, and guides for using Spring Web Services.
Are you having trouble with Spring Web Services? We want to help!
-
Check the reference documentation.
-
Learn the Spring basics — Spring Web Services builds on the Spring Framework and other Spring projects; check the spring.io website for a wealth of reference documentation. If you are new to Spring, try one of the guides.
-
Ask a question — we monitor stackoverflow.com for questions tagged with
spring-ws
. -
Report bugs with Spring Web Services at github.com/spring-projects/spring-ws/issues.
Spring Web Services uses GitHub’s integrated issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:
-
Before you log a bug, please search the issue tracker to see if someone has already reported the problem.
-
If the issue doesn’t already exist, create a new issue.
-
Please provide as much information as possible with the issue report. We like to know the Spring Web Services version, operating system, and JVM version you’re using.
-
If you need to paste code or include a stack trace, use Markdown. ``` escapes before and after your text.
-
If possible, try to create a test case or project that replicates the problem and attach it to the issue.
You don’t need to build from source to use Spring Web Services (binaries in repo.spring.io), but if you want to try out the latest and greatest, Spring Web Services can be built and published to your local Maven cache using the Gradle wrapper. You also need JDK 17.
$ ./gradlew publishToMavenLocal
This will build all of the jars and documentation and publish them to your local Maven cache.
It won’t run any of the tests.
If you want to build everything, use the build
task:
$ ./gradlew build
Spring Web Services is Open Source software released under the Apache 2.0 license.