Configuring the Web Service for HTTPS Offloaded Environment

To configure the web service to operate in an HTTPS offloaded environment you need ensure the following:

  • Open the path to the extract web service files in Explorer (C:\inetpub\wwwroot\ASHFMWebService)
  • Edit the web.config file in a text editor
  • Find the <endpoint/> element under the <services/> element
  • Ensure the “binding” attribute is set to “customBinding”
  • Ensure the “bindingConfiguration” attribute is set to “standardHttpsBinding”

Web.config_2018-01-23_20-09-56.png

  •  Ensure a valid X509 certificate with private keys is installed at the machine level in the Personal folder and accessible to the Application Pool User by using Microsoft Management Console (MMC).
  • Find the installed certificate in MMC and copy the “Thumbprint” value.

Report_Authority_Oracle_HFM_Web_Service_-_Server_2008_-_Installation_Instructions.pdf__page_8_of_11__2018-01-23_20-13-41.png

  •  Find the <serviceCertificate/> element and paste the copied value into the “findValue” attribute.

Report_Authority_Oracle_HFM_Web_Service_-_Server_2008_-_Installation_Instructions.pdf__page_9_of_11__2018-01-23_20-17-42.png

Still need help? Contact Us Contact Us