Smart Grid Applications Overview > Smart Operations Solution > AMI Integration > Update Configuration Files > Responder Web.Config |
Version: 10.1 |
Follow the steps below to configure the Responder Web configuration file for AMI Integration:
<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"/>
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>