Configuring Responder/Smart Grid
Responder Web.Config

Version: 10.1

Resource Center Home

Follow the steps below to configure the Responder Web configuration file for AMI Integration:

  1. Browse to C:\Inetpub\wwwroot\Responder\ and open Web.config.
  2. Look for the following XML and set "localhost" to the name of the machine that hosts the Miner.Smartgrid.StateService. This service will be visible on the server here: C:\inetpub\wwwroot\Miner.Smartgrid.StateService.

<endpoint address="http://localhost/Miner.Smartgrid.StateService/Service.svc/wsHttpAmiStateService"
       behaviorConfiguration="StateServiceBehavior"
       binding="wsHttpBinding"
       bindingConfiguration="AmiStateService_wsHttpEndpoint"
       contract="Miner.Smartgrid.ServiceContracts.StateService.IAmiStateService"
       name="AmiStateService_wsHttpEndpoint"/>

  1. Look for the following XML (it will be immediately below the XML in step 2) and set "localhost" to the name of the machine that hosts the Miner.Configuration.ConfigurationService. This service will be visible on the server here: C:\inetpub\wwwroot\Miner.Configuration.ConfigurationService.
Copy Code
<endpoint address="http://localhost/Miner.Configuration.ConfigurationService/ConfigurationProvider.svc/wsHttpConfigurationService"
       binding="wsHttpBinding"
       bindingConfiguration="ConfigurationService_wsHttpEndPoint"
       contract="Miner.Configuration.Core.ServiceContracts.IConfigurationService"
       name="ConfigurationService_wsHttpEndPoint">
</endpoint>
  1. Save and close Web.config.

Send Comment to documentation@schneider-electric.com