Web API Settings
The Web Api service is a http service that can be remotely called to execute a project.
The appRules.WebApiService service is normally created by the appRulesSetup exe.
If not, you can manually install it running 'As administrator' the related cmd located in the appStrategy\PortalData\Services_Installation folder (install_webapi_service.cmd) You can also run [Install_path]\appRules\bin\appRules.WebApiService.exe -i to install (or -u to uninstall)
The http address and port of the webapi is indicated in the config file appRules.WebApiService.exe.config in [Install_path]\appRules\bin
You can also indicate an ApiKey for security purpose, the webapi will launch a project only if the client specifies it in the call.
see Using Web Api to learn how to use the webapi.
Last updated