Registry / networking / jboss-jaxws-api-2-2-spec

jboss-jaxws-api-2-2-spec

JSON →
library2.0.5.Finaljavamavenunverified

JSR-000224: Java(TM) API for XML-Based Web Services 2.2 specification API.

<dependency> <groupId>org.jboss.spec.javax.xml.ws</groupId> <artifactId>jboss-jaxws-api_2.2_spec</artifactId> <version>2.0.5.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-JAXWS-API-2-
J
jboss-jaxws-api-2-2-spec
networkingjavav2.0.5.Final
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
✓ javax.xml.ws.Service

Creates a JAX-WS service client from a WSDL URL.

import javax.xml.ws.Service; import javax.xml.namespace.QName; import java.net.URL; public class Client { 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); System.out.println("Service created: " + service); } }
Debug
Known issues
breakingThis is the old javax.xml.ws API; Jakarta EE 9+ uses jakarta.xml.ws.
fix
Use jakarta.xml.ws for Jakarta EE 9+ or ensure compatibility.
affects: >=2.0.0
Upgrade
Version history
2.0.5.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jboss-jaxws-api-2-2-spec — mvn dependency:get jboss-jaxws-api-2-2-spec · libregistry