Registry / networking / jakarta-xml-ws-api

jakarta-xml-ws-api

JSON →
library4.0.3javamavenunverified

The Jakarta XML Web Services API for building SOAP-based web services in Java.

<dependency> <groupId>jakarta.xml.ws</groupId> <artifactId>jakarta.xml.ws-api</artifactId> <version>4.0.3</version> </dependency>
INSTALL
IMPORT
SIG · JAKARTA-XML-WS-API
J
jakarta-xml-ws-api
networkingjavav4.0.3
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.

Service
jakarta.xml.ws.Service

Create a JAX-WS Service from a WSDL URL.

import jakarta.xml.ws.Service; import javax.xml.namespace.QName; import java.net.URL; public class Example { public static void main(String[] args) throws Exception { URL wsdlURL = new URL("http://example.com/service?wsdl"); QName serviceName = new QName("http://example.com/", "MyService"); Service service = Service.create(wsdlURL, serviceName); // Obtain port and invoke operations } }
Debug
Known issues
breakingJakarta XML Web Services API replaces javax.xml.ws; ensure your runtime supports Jakarta EE (e.g., Tomcat 10+).
fix
Use compatible runtime or migrate from javax.xml.ws to jakarta.xml.ws.
affects: 4.x
Upgrade
Version history
4.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
jakarta-xml-ws-api — mvn dependency:get jakarta-xml-ws-api · libregistry