2025-04-15 12:10:19 +02:00

68 lines
4.2 KiB
XML

<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="PhotoData.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<connectionStrings>
<add name="connHP" connectionString="Data Source=BFDSCBP\I1;Initial Catalog=ConsulenzaEvoluta;User ID=F701263;Password=atr239"/>
<add name="PhotoData.Properties.Settings.ConsulenzaEvolutaConnectionString" connectionString="Data Source=BFDSCBP\I1;Initial Catalog=ConsulenzaEvoluta;Persist Security Info=True;User ID=f701263;Password=atr239" providerName="System.Data.SqlClient"/>
<add name="PhotoData.Properties.Settings.ConsulenzaEvolutaFLConnectionString" connectionString="Data Source=BFDSCBP\I1;Initial Catalog=ConsulenzaEvolutaFL;User ID=F701263;Password=atr239" providerName="System.Data.SqlClient"/>
<add name="PhotoData.Properties.Settings.ConsulenzaBaseConnectionString" connectionString="Data Source=BFDSCBP\I1;Initial Catalog=ConsulenzaBase;User ID=F701263;Password=atr239" providerName="System.Data.SqlClient"/>
<add name="PhotoData.Properties.Settings.ConsulenzaEvolutaFLConnectionString1" connectionString="Data Source=BFDSCBP\I1;Initial Catalog=ConsulenzaEvolutaFL;Persist Security Info=True;User ID=F701263;Password=atr239" providerName="System.Data.SqlClient"/>
</connectionStrings>
<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="TransportCredentialOnly">
<transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
<message clientCredentialType="UserName" algorithmSuite="Default"/>
</security>
</binding>
</basicHttpBinding>
</bindings>
<client>
<!-- http://bfwvcbase.fideuram.bancafideuram.it/ConsulenzaEvolutaWS/services/WsProposta -->
<!-- http://bfwvcbase01:8080/ConsulenzaEvolutaWS/services/WsProposta?wsdl-->
<endpoint address="http://bfwvcbase01:8080/ConsulenzaEvolutaWS/services/WsProposta?wsdl" binding="basicHttpBinding" bindingConfiguration="WsPropostaSoapBinding" contract="wsProposta.WsProposta" name="WsProposta"/>
</client>
</system.serviceModel>
<appSettings>
<add key="NOMEUTENTENAC" value="M700001"/>
<add key="PASSWORDNAC" value="M7000010"/>
<add key="NOMEUTENTE" value="FIDEURAM\m800102"/>
<add key="PASSWORD" value="novembre"/>
<add key="counter" value="40"/>
<add key="PROXY" value=""/>
<add key="CodiceApplicazione" value="KCW"/>
<add key="codicePortaleAutorizzazioni" value="000000"/>
<add key="CODICEPORTALEPERVERSIONESIMPB" value="000000"/>
</appSettings>
<system.net>
<mailSettings>
<smtp from="BatchPhotoData@hp.com" deliveryMethod="Network">
<network host="10.10.37.180"/>
</smtp>
</mailSettings>
<defaultProxy enabled="true" useDefaultCredentials="true"></defaultProxy>
</system.net>
<applicationSettings>
<PhotoData.Properties.Settings>
<setting name="PhotoData_WsAnag_Anagrafica" serializeAs="String">
<value>http://eswvwservices/WSNAC/Anagrafica.asmx</value>
</setting>
<setting name="PhotoData_WsGP_GlobalPosition" serializeAs="String">
<value>http://eswvwservices/WSNAC/GlobalPosition.asmx</value>
</setting>
</PhotoData.Properties.Settings>
</applicationSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>