The WADL Content page of the REST Service editor shows the WADL specification of the service that is currently selected in the Navigator panel. ReadyAPI uses this panel for RESTful services based on WADL specifications or on other specifications (like Swagger 1.x or RAML) that ReadyAPI converts to WADL internally:
To open the WADL Content page:
-
Double-click a service in the Navigator.
-
Switch to the WADL Content page.
The content page lists available resources, methods, representations, and the WADL content:
The toolbar of the page includes the following commands:
Icon | Description |
---|---|
![]() |
Selects the previous item from the tree and highlights it in the definition. |
![]() |
Selects the next item from the tree and highlights it in the definition. |
![]() |
Creates the basic HTML documentation for the definition. |
![]() |
Exports the definition to a WADL file. |
![]() |
Used with inferred schemas. |
See Also
Documenting Interfaces
Exporting APIs
Inferring REST Schemas
REST Service Editor