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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal WSDL generation from a Java class
Manually review and adjust generated WSDL for complex services.
No dependency data recorded yet.