Viewing the WADL representation
From the REST API page, you can access a WADL representation of request and response elements, and their documentation.
About this task
If you want to import the WADL code
from an external tool, use this type of
address:
http(s)://<host>:<port>/<RES Console context>/apiauth/DecisionServer.wadlFor
example: http://localhost:9080/res/apiauth/DecisionServer.wadlProcedure
- Sign in to the Rule Execution Server console as an administrator and click the REST API tab to display the REST API page.
- Click the View WADL file button. You are prompted to open or save the file. The graphical user interface for this action depends on your browser.
- Optional: If you want to include the .xsd files in the
.wadl file for more usability, edit the URL obtained after clicking
View WADL fileby appending
?inline=trueat the end.The generated WADL code containsxs:entries instead ofinclude href="DecisionServer.wadl/filename.xsd"references.