Generating HTML documentation from a WSDL file

HTML documentation generated from a WSDL contains various information about the WSDL such as its name, location and namespace, as well as details about various components (such as services or bindings). It can be useful for providing a summary of the contents of your WSDL file.

The following instructions were written for the Resource perspective, but they will also work in many other perspectives.

To generate HTML documentation based on a WSDL file:

  1. In the Project Explorer, right-click the WSDL file.
  2. Click Generate > HTML. The Generate WSDL documentation dialog opens.
  3. Select the style of the HTML documentation you want:
    1. If you want one HTML file, select Generate WSDL Documentation without frames.
    2. Otherwise, select Generate WSDL Documentation with frames. If you select this option, several HTML files are generated. They will be set up in a similar fashion to Javadoc files.
  4. Click Next to specify the target folder for your HTML files.
  5. Click Finish. The HTML files are created in the location you specified.
Related concepts
Generating files

Feedback