Enabling Web-based help

  • Updated

Enabling Web-based help

The WCF auto-generated help page, with details of the REST execution service, can now be enabled and made available in the browser via the service URI.

These details include the available operations of the service and help provide confirmation that the service is installed and responsive.

To enable the help page for the REST execution service, modify the endpoint behavior in the Rule Execution Service (Rule Engine Service) configuration file from:

<behavior name="ContentNegotiation">
        <webHttp automaticFormatSelectionEnabled="true" />
</behavior>
to:
<behavior name="ContentNegotiation">
        <webHttp helpEnabled="true" automaticFormatSelectionEnabled="true" />
</behavior>

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.