Skip to content

spring-projects/spring-ws

Spring Web Services Build Status Revved up by Develocity

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.

Installation

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.

Getting Help

Are you having trouble with Spring Web Services? We want to help!

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

Building from Source

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

License

Spring Web Services is Open Source software released under the Apache 2.0 license.