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

geronimo-jaxws-2-1-spec

JSON →
library1.0javamavenunverified

Open-source implementation of the JAX-WS 2.1 specification for web services.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jaxws_2.1_spec</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-JAXWS-2-1
G
geronimo-jaxws-2-1-spec
networkingjavav1.0
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 from a WSDL URL.

import javax.xml.ws.Service; import javax.xml.namespace.QName; import java.net.URL; public class Main { public static void main(String[] args) throws Exception { URL wsdlURL = new URL("http://example.com/service?wsdl"); Service service = Service.create(wsdlURL, new QName("http://example.com/", "MyService")); System.out.println("Service created: " + service.getServiceName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0latest 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-1-spec — mvn dependency:get geronimo-jaxws-2-1-spec · libregistry