diff SSRS/SSRS.Services.UnitTests/app.config @ 112:b9d5f934cb21

Initial upload
author adminsh@apollo
date Sat, 19 May 2012 16:09:07 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SSRS/SSRS.Services.UnitTests/app.config	Sat May 19 16:09:07 2012 +0100
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <system.serviceModel>
+        <bindings>
+            <basicHttpBinding>
+              <binding name="SsrsSoapBinding" 
+                       hostNameComparisonMode="StrongWildcard"
+                       receiveTimeout="00:10:00"
+                       sendTimeout="00:10:00"
+                       openTimeout="00:10:00"
+                       closeTimeout="00:10:00"
+                       maxReceivedMessageSize="1000000"
+                       maxBufferSize="1000000"
+                       maxBufferPoolSize="524288"
+                       transferMode="Buffered"
+                       messageEncoding="Text"
+                       textEncoding="utf-8"
+                       bypassProxyOnLocal="false"
+                       useDefaultWebProxy="true">
+                <security mode="TransportCredentialOnly">
+                  <transport clientCredentialType="Ntlm" proxyCredentialType="Ntlm" realm=""/>
+                  <message clientCredentialType="UserName" algorithmSuite="Default" />
+                </security>
+              </binding>
+            </basicHttpBinding>
+        </bindings>
+        <client>
+            <endpoint address="http://localhost:80/ReportServer_SQL2008/ReportService2010.asmx"
+                binding="basicHttpBinding" bindingConfiguration="SsrsSoapBinding"
+                contract="ReportServiceReference.ReportingService2010Soap"
+                name="ReportingService2010Soap" />
+            <endpoint address="http://localhost:80/ReportServer_SQL2008/ReportExecution2005.asmx"
+                binding="basicHttpBinding" bindingConfiguration="SsrsSoapBinding"
+                contract="ReportExecutionServiceReference.ReportExecutionServiceSoap"
+                name="ReportExecutionServiceSoap" />
+        </client>
+    </system.serviceModel>
+</configuration>
\ No newline at end of file