IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Generate Java Code from WSDL dialog

Last modified: 10 August 2022

Required plugin: Jakarta EE: Web Services (JAX-WS)

Tools | XML WebServices and WSDL | Generate Java Code From WSDL

The dialog opens after you create a Java module and enable Web services client development in it. To access the dialog at any time during development, select the desired client module in the Project view and choose Tools | XML WebServices and WSDL | Generate Java Code From WSDL from the main menu.

Use the Generate Java Code From WSDL dialog to generate the client-side XML-Java bindings based on the desired WSDL descriptor of the target Web service. Technically, IntelliJ IDEA generates Java code from WSDL using third party libraries. The command that control this process uses data that you specify in the Generate Java Code From WSDL dialog.