IntelliJ does not generate WSDL from Java Code using Apache Axis 2
Asked Answered
O

1

7

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... :(

enter image description here

Oxbow answered 8/9, 2017 at 23:31 Comment(0)
F
11

In order to make Axis2 WSDL generation work you will need to:

  1. Download Axis2 Binary Distribution from https://axis.apache.org/axis2/java/core/download.html
  2. On Intellij open Settings > Tools > Web Services
  3. Configure Apache Axis 2 path to where you extracted the previously downloaded binaries

enter image description here

Now the Generate Java Code From Wsdl with option Apache Axis 2 should work fine.

Frustum answered 23/11, 2017 at 16:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.