Skip to content

Instantly share code, notes, and snippets.

@syron
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syron/b1be9b3dec84d5669a71 to your computer and use it in GitHub Desktop.
Save syron/b1be9b3dec84d5669a71 to your computer and use it in GitHub Desktop.
Integration Manager LogAPI ServiceModel Section
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_ILogApiService" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://localhost/IM/LogAPI/LogApiService.svc"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ILogApiService"
contract="IM.Libraries.Contracts.ServiceContracts.ILogApiService" name="BasicHttpBinding_ILogApiService" />
</client>
</system.serviceModel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment