====== Setting Up Web Services ====== ---- **Xcalibur W** provides a Web Service in **REST** format for data collection over the network. The Web Service allows the use of requests that can be used by third-party software, including Microsoft Excel. This section describes how to properly configure Web Services on the IIS server. ===== Installing WebService Site on IIS Server ===== ---- Unzip **XcaliburW.WebService_.zip** to **C:\inetpub\wwwroot\XcaliburW**. |{{:warning.png }} Note that the WebService version number should be the same as the Management Server version.| ===== Configuring IIS to use WebService Site ===== ---- Select **Site** in the Pools and Sites tree, and then, in //Actions//, select **Add a Web Site**. {{ installation_guide:server_software_installation:manual_installation:installing_webservice1.png }} Configure the fields as shown below: ***Site Name** : **XcaliburMS** ***Pool** : **XcaliburMS** //(The value must be identical to the [[installation_guide:server_software_installation:manual_installation:setting_up_webserver:integration_into_iis#add_the_XcaliburMS_application_pool|one set for Management Server]]//) ***Physical path** : **C:\inetpub\wwwroot\XcaliburMS** ***Binding** : **https** and **any unused port** *SSL Certificate : same SSL certificate used by Web Manager Configure Authentication as show below : {{ installation_guide:server_software_installation:manual_installation:authentication.png }} ===== Configure the Application Pool ===== ---- The Application Pool should be set such that Identity is set to 'LocalSystem'. This is required in order to allow the Management Server to automatically detect the Web Service port number. {{ installation_guide:server_software_installation:manual_installation:installing_webservice2.png }} Right-click **Application Pool**. {{ installation_guide:server_software_installation:manual_installation:installing_webservice3.png }} Go to **Advanced Settings**. {{ installation_guide:server_software_installation:manual_installation:installing_webservice4.png }} Select **LocalSystem**. {{ installation_guide:server_software_installation:manual_installation:installing_webservice5.png }} ===== Verifying Proper Installation ===== ---- When Web Services are properly configured, web queries are displayed on the //File Export// page in the //Reporting Services// section. {{ advanced_reporting:verifying_proper_installation.png }}