Registry / networking / wsdl4j

wsdl4j

JSON →
library1.6.3javamavenunverified

A Java stub generator for WSDL, providing APIs to read, create, and manipulate WSDL documents.

<dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> <version>1.6.3</version> </dependency>
INSTALL
IMPORT
SIG · WSDL4J
W
wsdl4j
networkingjavav1.6.3
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.

Definition
javax.wsdl.Definition

Create a new WSDL definition and set its target namespace.

import javax.wsdl.Definition; import javax.wsdl.factory.WSDLFactory; public class Example { public static void main(String[] args) throws Exception { WSDLFactory factory = WSDLFactory.newInstance(); Definition def = factory.newDefinition(); def.setTargetNamespace("http://example.com/wsdl"); System.out.println(def.getTargetNamespace()); } }
Debug
Known issues
breakingWSDL4J 1.6.3 is the final release; no further updates are expected.
fix
Consider migrating to Jakarta XML Web Services (JAX-WS) or other modern alternatives.
affects: >=1.6.3
Upgrade
Version history
1.6.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
wsdl4j — mvn dependency:get wsdl4j · libregistry