﻿<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0"/>
    <!--.NET 4.5 -->
    <supportedRuntime version="v2.0.50727"/>
    <!-- .NET 3.5 -->
  </startup>
  <system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="RequestPageSoap" />
      </basicHttpBinding>
    </bindings>
    <client>
      <endpoint address="http://localhost:49646/WebService/RequestPage.asmx"
        binding="basicHttpBinding" bindingConfiguration="RequestPageSoap"
        contract="RequestPageHttp.RequestPageSoap" name="RequestPageSoap" />
    </client>
  </system.serviceModel>
</configuration>