Spring WS Core provides the central classes for building SOAP web services with Spring, including message dispatching and endpoint mapping.
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>5.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Spring WS endpoint handling a SOAP request.
Ensure your project uses Spring Framework 6.x and Java 17 or later.
No dependency data recorded yet.