Registry / networking / rt
library4.0.4javamavenunverified

Runtime implementation of the JAX-WS (Java API for XML Web Services) specification.

<dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>rt</artifactId> <version>4.0.4</version> </dependency>
INSTALL
IMPORT
SIG · RT
R
rt
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.

WSBinding
com.sun.xml.ws.api.WSBinding

Minimal usage of JAX-WS RI Runtime

import com.sun.xml.ws.api.WSBinding; public class Example { public static void main(String[] args) { WSBinding binding = new WSBinding(); System.out.println("JAX-WS binding created"); } }
Debug
Known issues
breakingBreaking changes between JAX-WS RI 2.x and 4.x due to Jakarta namespace migration.
fix
Use version 4.x for Jakarta EE 9+; use 2.x for legacy Java EE.
affects: >=4.0.0
Upgrade
Version history
4.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources