Exago Logo
Search
Generic filters
Exact matches only

Configuring the REST Web Service [Windows]

This video explains how to configure Exago BI’s Web Service API on a Windows server.

Transcript

Welcome back to the Exago Technical Training Series! In this video, we’ll demonstrate how to configure the REST Web Service API on Windows. This is a multi-step process. In this video we’ll show how to setup the application pool, setup file permissions, check the initial connection is working, point the Web Service API to the Exago Web Application and finally enable the RESTful interface and disable the legacy SOAP interface.

The first step is to configure the application pool. Open IIS Manager and insure the Application Pool running Exago has the properties .NET Framework v4.5 and pipeline mode integrated.

The next step is to grant full access to the Web Service API’s installation directory for the application pool user. By default, the identity property will be set to ApplicationPoolIdentity, which corresponds to the built-in user IIS_IUSRS. To set these permissions, open the Security Properties for the API installation directory. Add the user IIS_IUSRS if it does not exist already, and give the user full control.

To verify the web server is configured correctly, open a browser and navigate to the URL server IP slash Exago web alias slash Api.asmx. In our case, this looks like this. If this page loads successfully, the web server is configured properly.

Alright! To recap, so far, we have setup the application pool, setup file permissions, checked that the initial connection is working and the next step is to point the Web Service API to the Exago Web Application. In your file explorer, browse to the Config folder inside the Web Service API’s installation directory. Open the file WebReportsApi.xml. Set the apppath as the Web Application’s physical path and the webreportsbaseurl as the virtual directory for the Web Application. Save this file and restart the web server.

Return to the web browser, then refresh the Api.asmx page. Click the InitalizeApi link. Click Invoke. If the resulting page begins with the URL www.exagoinc.com, then the Web Service is configured correctly. For extra security, delete this file from the Web Service API’s bin directory to disable the legacy SOAP interface and remove the test page.

Next, to enable REST, open the file appSettings.config located in the Web Service API’s installation directory. Add the key ExagoREST with a value of true in between the appSettings tag, as shown. Save the file and restart the web server.

Congratulations! At this point, Exago’s REST Web Service API has been successfully installed and configured!

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents