Registry / web-framework / spring-boot-starter-web-services

spring-boot-starter-web-services

JSON →
library4.0.6javamavenunverified

Starter for using Spring Web Services in Spring Boot applications (deprecated in favor of spring-boot-starter-webservices).

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web-services</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-web-services
web-frameworkjavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebServiceTemplate
org.springframework.ws.client.core.WebServiceTemplate

Minimal Spring Web Services client using WebServiceTemplate.

import org.springframework.ws.client.core.WebServiceTemplate; public class WebServiceClient { public static void main(String[] args) { WebServiceTemplate template = new WebServiceTemplate(); System.out.println("WebServiceTemplate created"); } }
Debug
Known issues
breakingThis starter is deprecated; use spring-boot-starter-webservices instead.
fix
Replace dependency with org.springframework.boot:spring-boot-starter-webservices.
affects: >=4.0.0
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
spring-boot-starter-web-services — mvn dependency:get spring-boot-starter-web-services · libregistry