Registry / networking / axis-wsdl4j

axis-wsdl4j

JSON →
library1.5.1javamavenunverified

WSDL4J is a Java library for reading, creating, and manipulating WSDL documents, used by Apache Axis.

<dependency> <groupId>axis</groupId> <artifactId>axis-wsdl4j</artifactId> <version>1.5.1</version> </dependency>
INSTALL
IMPORT
SIG · AXIS-WSDL4J
A
axis-wsdl4j
networkingjavav1.5.1
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

Creates a new WSDL definition with a service name.

import javax.wsdl.Definition; import javax.wsdl.factory.WSDLFactory; WSDLFactory factory = WSDLFactory.newInstance(); Definition def = factory.newDefinition(); def.setQName(new javax.xml.namespace.QName("http://example.com", "MyService"));
Debug
Known issues
breakingWSDL4J is outdated; consider using Jakarta XML Web Services (JAX-WS) for modern WSDL handling.
fix
Migrate to JAX-WS or Apache CXF for better support.
affects: *
Upgrade
Version history
1.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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