2023-05-23 16:13:17 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<configSections>
|
|
|
|
|
|
|
|
</configSections>
|
|
|
|
<connectionStrings>
|
|
|
|
<add name="DeiNiu.wms.win.Properties.Settings.deiniuWMSConnectionString1"
|
|
|
|
connectionString="Data Source=PC-201703311528\ELE;Initial Catalog=deiniuWMS;Integrated Security=True"
|
|
|
|
providerName="System.Data.SqlClient" />
|
|
|
|
<add name="DeiNiu.wms.win.Properties.Settings.deiniuWMSConnectionString"
|
|
|
|
connectionString="Data Source=PC-201703311528\ELE;Initial Catalog=deiniuWMS;Integrated Security=True" />
|
|
|
|
<add name="DeiNiu.wms.win.Properties.Settings.custErpConnectionString"
|
|
|
|
connectionString="Data Source=PC-201703311528\ELE;Initial Catalog=custErp;Integrated Security=True"
|
|
|
|
providerName="System.Data.SqlClient" />
|
|
|
|
<add name="DeiNiu.wms.win.Properties.Settings.custErp_suzou2ConnectionString"
|
|
|
|
connectionString="Data Source=PC-201703311528\ELE;Initial Catalog=custErp_suzou2;Integrated Security=True"
|
|
|
|
providerName="System.Data.SqlClient" />
|
|
|
|
<add name="DeiNiu.wms.win.Properties.Settings.wmsuzhou2ConnectionString"
|
|
|
|
connectionString="Data Source=PC-201703311528\ELE;Initial Catalog=wmsuzhou2;Integrated Security=True"
|
|
|
|
providerName="System.Data.SqlClient" />
|
|
|
|
<add name="DeiNiu.wms.win.Properties.Settings.wmsuzhou2ConnectionString1"
|
|
|
|
connectionString="Data Source=192.168.0.4;Initial Catalog=wmsuzhou2;Persist Security Info=True;User ID=sa"
|
|
|
|
providerName="System.Data.SqlClient" />
|
2023-11-21 19:18:23 +08:00
|
|
|
<add name="DeiNiu.wms.win.Properties.Settings.custErp_suzou2Ldj"
|
|
|
|
connectionString="Data Source=ldj;Initial Catalog=custErp_suzou2;Persist Security Info=True;User ID=sa"
|
|
|
|
providerName="System.Data.SqlClient" />
|
2023-05-23 16:13:17 +08:00
|
|
|
</connectionStrings>
|
|
|
|
<appSettings>
|
|
|
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
|
|
|
<add key="A4Printer" value="" />
|
|
|
|
<add key="CodePrinter" value="" />
|
|
|
|
<add key="PinPrinter" value="" />
|
|
|
|
<add key="Desk" value="" />
|
|
|
|
</appSettings>
|
|
|
|
<system.web>
|
|
|
|
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
|
|
|
<providers>
|
|
|
|
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
|
|
|
</providers>
|
|
|
|
</membership>
|
|
|
|
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
|
|
|
<providers>
|
|
|
|
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
|
|
|
</providers>
|
|
|
|
</roleManager>
|
|
|
|
</system.web>
|
|
|
|
<system.serviceModel>
|
|
|
|
<!--<services>
|
|
|
|
<service name="DeiNiu.wms.win.service.PrintingService">
|
|
|
|
<endpoint address="" binding="wsHttpBinding" contract="DeiNiu.wms.win.service.IPrintingService">
|
|
|
|
<identity>
|
|
|
|
<dns value="localhost" />
|
|
|
|
</identity>
|
|
|
|
</endpoint>
|
|
|
|
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
|
|
|
|
<host>
|
|
|
|
<baseAddresses>
|
|
|
|
<add baseAddress="http://localhost:8732/Design_Time_Addresses/DeiNiu.wms.win.service/PrintingService/" />
|
|
|
|
</baseAddresses>
|
|
|
|
</host>
|
|
|
|
</service>
|
|
|
|
</services> -->
|
|
|
|
<extensions>
|
|
|
|
<behaviorExtensions>
|
|
|
|
<add name="AuthenticationBehavior" type="WcfClientAuthentication.AuthenticationBehaviorExtension, WcfClientAuthentication" />
|
|
|
|
</behaviorExtensions>
|
|
|
|
</extensions>
|
|
|
|
<behaviors>
|
|
|
|
<endpointBehaviors>
|
|
|
|
<behavior name="AuthenticationBehavior">
|
|
|
|
<AuthenticationBehavior />
|
|
|
|
</behavior>
|
|
|
|
</endpointBehaviors>
|
|
|
|
<serviceBehaviors>
|
|
|
|
<behavior name="">
|
|
|
|
<serviceMetadata httpGetEnabled="true" />
|
|
|
|
<serviceDebug includeExceptionDetailInFaults="false" />
|
|
|
|
</behavior>
|
|
|
|
</serviceBehaviors>
|
|
|
|
</behaviors>
|
|
|
|
<bindings>
|
|
|
|
<basicHttpBinding>
|
|
|
|
<binding maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">
|
|
|
|
<readerQuotas maxDepth="32" maxStringContentLength="2147483647"
|
|
|
|
maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
|
|
|
|
</binding>
|
|
|
|
<binding name="BasicHttpBinding_IConfiguration" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647">
|
|
|
|
<readerQuotas maxDepth="32" maxStringContentLength="2147483647"
|
|
|
|
maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
|
|
|
|
</binding>
|
2023-11-21 19:18:23 +08:00
|
|
|
<binding name="BasicHttpBinding_IStockLocationService" closeTimeout="00:20:00"
|
|
|
|
openTimeout="00:20:00" receiveTimeout="10:30:00" sendTimeout="10:30:00"
|
2023-05-23 16:13:17 +08:00
|
|
|
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IWmsInRequest" closeTimeout="00:10:00"
|
2023-09-04 22:41:19 +08:00
|
|
|
openTimeout="00:10:00" receiveTimeout="10:30:00" sendTimeout="10:30:00"
|
2023-05-23 16:13:17 +08:00
|
|
|
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IWmsOutRequest" closeTimeout="00:10:00"
|
2023-09-04 22:41:19 +08:00
|
|
|
openTimeout="00:10:00" receiveTimeout="10:30:00" sendTimeout="10:30:00"
|
2023-05-23 16:13:17 +08:00
|
|
|
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IMobile" closeTimeout="00:10:00"
|
|
|
|
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
|
|
|
|
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_INode" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IGoods" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_ISetup" />
|
|
|
|
<binding name="BasicHttpBinding_ITMService" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IOwner" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_ILotService" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IViechle" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IErp_bussinessDoc" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IWmsOutBox" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
2023-09-04 22:41:19 +08:00
|
|
|
<binding name="BasicHttpBinding_ICustomer" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
2023-05-23 16:13:17 +08:00
|
|
|
<binding name="BasicHttpBinding_IWmsPlate" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IPortal" />
|
|
|
|
<binding name="BasicHttpBinding_ILogin" />
|
|
|
|
<binding name="BasicHttpBinding_IWaveRule" />
|
|
|
|
<binding name="BasicHttpBinding_IScheduledService" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
2023-11-21 19:18:23 +08:00
|
|
|
<binding name="BasicHttpBinding_IWmsOrderRequest" closeTimeout="00:10:00"
|
|
|
|
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
|
|
|
|
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" />
|
2023-05-23 16:13:17 +08:00
|
|
|
<binding name="BasicHttpBinding_IWmsFlow" openTimeout="00:10:00"
|
|
|
|
receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="2147483647"
|
|
|
|
maxReceivedMessageSize="2147483647" />
|
2023-11-21 19:18:23 +08:00
|
|
|
<binding name="BasicHttpBinding_INode1" closeTimeout="00:10:00"
|
|
|
|
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
|
|
|
|
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" />
|
|
|
|
<binding name="BasicHttpBinding_IGoods1" closeTimeout="00:10:00"
|
|
|
|
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
|
|
|
|
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" />
|
2023-12-03 22:13:49 +08:00
|
|
|
<binding name="BasicHttpBinding_IWmsOutPickRequest" closeTimeout="00:10:00"
|
|
|
|
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
|
|
|
|
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" />
|
2024-02-06 19:36:47 +08:00
|
|
|
<binding name="BasicHttpBinding_ILogin1" />
|
2024-03-22 09:59:23 +08:00
|
|
|
<binding name="BasicHttpBinding_ICustomer1" closeTimeout="00:10:00"
|
|
|
|
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
|
|
|
|
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"/>
|
2023-05-23 16:13:17 +08:00
|
|
|
</basicHttpBinding>
|
|
|
|
</bindings>
|
|
|
|
<client>
|
|
|
|
<endpoint address="http://121.42.142.11:1234/ConfigurationService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IConfiguration" contract="ServiceReferenceConfiguration.IConfiguration"
|
|
|
|
name="BasicHttpBinding_IConfiguration" />
|
|
|
|
<endpoint address="http://121.42.142.11:1234/NodeService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_INode" contract="ServiceReferenceNodes.INode"
|
|
|
|
name="BasicHttpBinding_INode" />
|
|
|
|
<endpoint address="http://121.42.142.11:1234/Setup.svc" behaviorConfiguration="AuthenticationBehavior"
|
|
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISetup"
|
|
|
|
contract="ServiceReferenceSetup.ISetup" name="BasicHttpBinding_ISetup" />
|
|
|
|
<endpoint address="http://121.42.142.11:1234/Viechle.svc" behaviorConfiguration="AuthenticationBehavior"
|
|
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IViechle"
|
|
|
|
contract="ViechleService.IViechle" name="BasicHttpBinding_IViechle" />
|
|
|
|
<endpoint address="http://121.42.142.11:1234/LotService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_ILotService" contract="ServiceReferenceLot.ILotService"
|
|
|
|
name="BasicHttpBinding_ILotService" />
|
|
|
|
<endpoint address="http://121.42.142.11:1234/OwnerService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IOwner" contract="ServiceReferenceOwner.IOwner"
|
|
|
|
name="BasicHttpBinding_IOwner" />
|
|
|
|
<endpoint address="http://121.42.142.11:1234/WmsOutBoxService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IWmsOutBox" contract="BoxService.svc.IWmsOutBox"
|
|
|
|
name="BasicHttpBinding_IWmsOutBox" />
|
|
|
|
<endpoint address="http://121.42.142.11:1234/CustomerService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_ICustomer" contract="ServiceCustomer.ICustomer"
|
|
|
|
name="BasicHttpBinding_ICustomer" />
|
|
|
|
<endpoint address="http://121.42.142.11:12345/PortalService.svc"
|
|
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IPortal"
|
|
|
|
contract="portalService.IPortal" name="BasicHttpBinding_IPortal" />
|
|
|
|
<endpoint address="http://localhost:12349/Login.svc" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_ILogin" contract="ServiceLogin.ILogin"
|
|
|
|
name="BasicHttpBinding_ILogin" />
|
|
|
|
<endpoint address="http://localhost:12349/WaveRuleService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IWaveRule" contract="waveRuleService.IWaveRule"
|
|
|
|
name="BasicHttpBinding_IWaveRule" />
|
|
|
|
<endpoint address="http://localhost:12349/ScheduledService.svc"
|
|
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IScheduledService"
|
|
|
|
contract="scheduledServiceTest.IScheduledService" name="BasicHttpBinding_IScheduledService" />
|
|
|
|
<endpoint address="http://localhost:12349/WmsFlowService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IWmsFlow" contract="FlowService.IWmsFlow"
|
|
|
|
name="BasicHttpBinding_IWmsFlow" />
|
|
|
|
<endpoint address="http://localhost:12349/MobileService.svc"
|
|
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IMobile"
|
|
|
|
contract="ServiceReferenceMobileTest.IMobile" name="BasicHttpBinding_IMobile" />
|
2023-11-21 19:18:23 +08:00
|
|
|
<endpoint address="http://localhost:12349/LotService.svc" behaviorConfiguration="AuthenticationBehavior"
|
|
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ILotService"
|
|
|
|
contract="ServiceReferenceLot.ILotService" name="BasicHttpBinding_ILotService1" />
|
2023-09-04 22:41:19 +08:00
|
|
|
<endpoint address="http://localhost:10002/WmsPlateService.svc"
|
2023-11-21 19:18:23 +08:00
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IWmsPlate" contract="PlateService.IWmsPlate"
|
|
|
|
name="BasicHttpBinding_IWmsPlate" />
|
2023-09-04 22:41:19 +08:00
|
|
|
<endpoint address="http://localhost:10002/Erp_bussinessDocService.svc"
|
2023-11-21 19:18:23 +08:00
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IErp_bussinessDoc" contract="ServiceReferenceVender.IErp_bussinessDoc"
|
|
|
|
name="BasicHttpBinding_IErp_bussinessDoc" />
|
2023-09-04 22:41:19 +08:00
|
|
|
<endpoint address="http://localhost:10002/WmsOutRequestService.svc"
|
2023-11-21 19:18:23 +08:00
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IWmsOutRequest" contract="ServiceReferenceStockOutRequest.IWmsOutRequest"
|
|
|
|
name="BasicHttpBinding_IWmsOutRequest" />
|
|
|
|
<endpoint address="http://localhost:10002/NodeService.svc" behaviorConfiguration="AuthenticationBehavior"
|
|
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_INode1"
|
|
|
|
contract="ServiceReferenceNodes.INode" name="BasicHttpBinding_INode1" />
|
2023-09-04 22:41:19 +08:00
|
|
|
<endpoint address="http://localhost:10002/WmsOrderRequestService.svc"
|
2023-11-21 19:18:23 +08:00
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IWmsOrderRequest" contract="OrderService.IWmsOrderRequest"
|
|
|
|
name="BasicHttpBinding_IWmsOrderRequest" />
|
|
|
|
<endpoint address="http://localhost:10002/GoodsService.svc" behaviorConfiguration="AuthenticationBehavior"
|
|
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IGoods"
|
|
|
|
contract="ServiceReferenceGoods.IGoods" name="BasicHttpBinding_IGoods" />
|
|
|
|
<endpoint address="http://localhost:12349/TMService.svc" behaviorConfiguration="AuthenticationBehavior"
|
|
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ITMService"
|
|
|
|
contract="TMService.ITMService" name="BasicHttpBinding_ITMService" />
|
2024-02-06 19:36:47 +08:00
|
|
|
<endpoint address="http://localhost:12349/WmsOutPickRequestService.svc"
|
2023-12-03 22:13:49 +08:00
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IWmsOutPickRequest" contract="ServiceReferenceStockOutPickRequest.IWmsOutPickRequest"
|
|
|
|
name="BasicHttpBinding_IWmsOutPickRequest" />
|
2024-02-06 19:36:47 +08:00
|
|
|
<endpoint address="http://localhost:12349/WmsInRequestService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IWmsInRequest" contract="ServiceReferenceStockInRequest.IWmsInRequest"
|
|
|
|
name="BasicHttpBinding_IWmsInRequest" />
|
|
|
|
<endpoint address="http://localhost:12349/StockLocationService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_IStockLocationService"
|
2023-12-03 22:13:49 +08:00
|
|
|
contract="ServiceReferenceStockLocation.IStockLocationService"
|
|
|
|
name="BasicHttpBinding_IStockLocationService" />
|
2024-02-06 19:36:47 +08:00
|
|
|
<endpoint address="http://localhost:12349/Login.svc" binding="basicHttpBinding"
|
|
|
|
bindingConfiguration="BasicHttpBinding_ILogin" contract="ServiceLogin.ILogin"
|
|
|
|
name="BasicHttpBinding_ILogin1" />
|
2024-03-22 09:59:23 +08:00
|
|
|
<endpoint address="http://localhost:12349/CustomerService.svc"
|
|
|
|
behaviorConfiguration="AuthenticationBehavior" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ICustomer1"
|
|
|
|
contract="ServiceCustomer.ICustomer" name="BasicHttpBinding_ICustomer1" />
|
2023-05-23 16:13:17 +08:00
|
|
|
</client>
|
|
|
|
</system.serviceModel>
|
|
|
|
</configuration>
|