Registry / other / axis2-java2wsdl

axis2-java2wsdl

JSON →
library2.0.0javamavenunverified

To generate WSDL file for a given Java class, enabling web service contract generation from Java code.

<dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-java2wsdl</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · AXIS2-JAVA2WSDL
A
axis2-java2wsdl
otherjavav2.0.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.

Java2WSDL
org.apache.axis2.wsdl.java2wsdl.Java2WSDL

Minimal WSDL generation from a Java class

import org.apache.axis2.wsdl.java2wsdl.Java2WSDL; public class Quickstart { public static void main(String[] args) throws Exception { Java2WSDL.main(new String[]{"-cn", "com.example.MyService", "-o", "."}); System.out.println("WSDL generated."); } }
Debug
Known issues
gotchaAxis2 Java2WSDL may not handle complex Java types or annotations correctly.
fix
Manually review and adjust generated WSDL for complex services.
affects: all
Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Meta
2
OpenAI (training)
1
Resources
axis2-java2wsdl — mvn dependency:get axis2-java2wsdl · libregistry