Generate service description on demand (OpenAPI)
Access a description of a RESTful web service through a query string on the URL of the web service.
OpenAPI provides a standardized model for defining operations in RESTful web services. For a web service that supports OpenAPI, you can output the description from the URL of the web service in a browser in either JSON or YAML.
In the examples in this task, the web service is running on the Genero Application Server. The GWS service must be running in order to provide the output.
The OpenAPI service description provides information about the operations defined in a web service. For an understanding of the description, go to Generate service description on demand.