42 lines
2.3 KiB
XML
42 lines
2.3 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
|
|
<basicHttpBinding>
|
|
<binding name="WsPropostaSoapBinding" closeTimeout="23:59:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="23:59:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
|
|
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
|
|
<!--<security mode="None">
|
|
<transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
|
|
<message clientCredentialType="UserName" algorithmSuite="Default"/>
|
|
</security>-->
|
|
<!--
|
|
<security mode="TransportWithMessageCredential">
|
|
<transport clientCredentialType="Windows" />
|
|
<message clientCredentialType="UserName" />
|
|
</security>-->
|
|
<security mode="TransportCredentialOnly">
|
|
<transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
|
|
<message clientCredentialType="UserName" algorithmSuite="Default" />
|
|
</security>
|
|
|
|
|
|
</binding>
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
|
|
<endpoint address="http://bfwvcbase.fideuram.bancafideuram.it/ConsulenzaEvolutaWS/services/WsProposta" binding="basicHttpBinding" bindingConfiguration="WsPropostaSoapBinding" contract="wsProposta.WsProposta" name="WsProposta"/>
|
|
</client>
|
|
</system.serviceModel>
|
|
<appSettings>
|
|
<add key="NOMEUTENTE" value="FIDEURAM\m800102"/>
|
|
<add key="PASSWORD" value="novembre"/>
|
|
<add key="counter" value="40"/>
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<add name="connHP" connectionString="Data Source=bfdscb01;Initial Catalog=ConsulenzaEvoluta;User ID=F701263;Password=atr239"/>
|
|
|
|
</connectionStrings>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>
|