Configuring the Web Service for HTTP

(this is the default configuration and the web.config file included in the zip package will not need to be edited)

To enable HTTP access to the WCF web service you need to ensure the following:

 

  • Open the path to the extracted web service files in Explorer (C:\inetpub\wwwroot\ASHFMWebService)
  • Edit the web.config file in a text editor
  • Find the <serviceMetadata/> element and ensure that “ httpGetEnabled=”true” “ is set.

Web.config_2018-01-23_19-50-12.png

  • Find the <endpoint/> element under the <services/> element.
  • Ensure the “binding” attribute is set to “wsHttpBinding”
  • Ensure the “bindingConfiguration” attribute is set to “standardHttpBinding”

Web.config_2018-01-23_19-59-15.png

 

Still need help? Contact Us Contact Us