IntelliJ IDEA
 
Get IntelliJ IDEA

Generate WSDL document from Java

Last modified: 11 October 2024

The available functionality of a Web service, the ports to access them, the acceptable format of requests, the format of generated responses, and so on, are reflected in the Web service WSDL descriptor, which is normally generated on the server during the Web service deployment. A major part of Web service client development is implementing generation of requests to the service and parsing responses from it in compliance with the WSDL descriptor settings.

Suppose you have developed a Web service and want its client side development start before the Web service itself is deployed, that is, before the WSDL descriptor is generated on the server. With IntelliJ IDEA, you can have it generated before deployment.