Registry / networking / geronimo-jaxws-2-2-spec

geronimo-jaxws-2-2-spec

JSON →
library1.2javamavenunverified

Java API for XML Web Services (JAX-WS) 2.2 specification API.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jaxws_2.2_spec</artifactId> <version>1.2</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-JAXWS-2-2
G
geronimo-jaxws-2-2-spec
networkingjavav1.2
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

Demonstrates creating a JAX-WS Service from a WSDL URL.

import javax.xml.ws.Service; import javax.xml.namespace.QName; import java.net.URL; public class Example { public void createService() 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
gotchaThis is a specification API; you need an implementation (e.g., Apache CXF) at runtime.
fix
Add a JAX-WS implementation dependency such as org.apache.cxf:cxf-rt-frontend-jaxws.
affects: *
Upgrade
Version history
1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
geronimo-jaxws-2-2-spec — mvn dependency:get geronimo-jaxws-2-2-spec · libregistry