I'm trying generate a WSDL from java code with Apache Axis2 using IntelliJ (latest and greatest version of ultimate), but the following screen just jiggles for a few seconds and nothing happens. Does this actually work? My web service is a simple "echo" service... :(
IntelliJ does not generate WSDL from Java Code using Apache Axis 2
Asked Answered
In order to make Axis2 WSDL generation work you will need to:
- Download Axis2 Binary Distribution from https://axis.apache.org/axis2/java/core/download.html
- On Intellij open
Settings > Tools > Web Services
- Configure Apache Axis 2 path to where you extracted the previously downloaded binaries
Now the Generate Java Code From Wsdl
with option Apache Axis 2
should work fine.
© 2022 - 2024 — McMap. All rights reserved.