Registry / networking / jaxws-ri

jaxws-ri

JSON →
library4.0.4javamavenunverified

Open source Compatible Implementation of Jakarta XML Web Services Distribution, providing SOAP web services support.

<dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-ri</artifactId> <version>4.0.4</version> </dependency>
INSTALL
IMPORT
SIG · JAXWS-RI
J
jaxws-ri
networkingjavav4.0.4
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

Minimal example creating a JAX-WS Service instance.

import jakarta.xml.ws.Service; public class Example { public static void main(String[] args) throws Exception { Service service = Service.create(null); System.out.println("JAX-WS Service created"); } }
Debug
Known issues
breakingNamespace change from javax.xml.ws to jakarta.xml.ws in version 4.0.
fix
Update imports and dependencies to use Jakarta namespace.
affects: >=4.0.0
Upgrade
Version history
4.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources