大连融科 WMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

74 lines
3.2 KiB

<?xml version="1.0"?>
<configuration>
<appSettings>
<!--SiaSun服务测试库-->
<add key="SiaSunSrvUrl" value="http://192.168.10.170:8001/Service"/>
<!--<add key="SiaSunSrvUrl" value="http://192.168.0.10:8001/Service"/>-->
<!--消息服务器地址-->
<add key="ActiveMQUrl" value="tcp://localhost:61616/"/>
<!--<add key="ActiveMQUrl" value="tcp://localhost:61616/"/>-->
<add key="Title" value="新松自动化物流管理系统(应用服务端) V3.0"/>
<add key="Language" value="Default"/>
<!--=====================Check Server====================-->
<add key="CheckWCFServer" value="false"/>
<add key="WCFServer" value="192.168.3.112"/>
<add key="StockCodeCheck" value="^[AaTtBbDd][0-9]{5}$"/>
<!--导入配盘信息-->
<add key="GetBindPath" value="E:\In"/>
<!--=====================Web Service Test====================-->
<add key="ERP" value="http://192.168.0.1:8028/Service"/>
<add key="wsPath" value="http://172.16.4.11/Inv.asmx"/>
<add key="ClientSettingsProvider.ServiceUri" 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>
<!--silverlight跨域-->
<system.serviceModel>
<behaviors>
<!--<serviceBehaviors>
<behavior name="">
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="false"/>
</behavior>
</serviceBehaviors>-->
<endpointBehaviors>
<behavior name="WebBehavior">
<webHttp/>
</behavior>
</endpointBehaviors>
</behaviors>
<services>
<service name="SiaSun.LMS.Implement.S_ClientAccessPolicy">
<endpoint binding="webHttpBinding" behaviorConfiguration="WebBehavior" contract="SiaSun.LMS.Interface.I_ClientAccessPolicy"/>
<host>
<baseAddresses>
<!--地址配置为服务们的根目录-->
<add baseAddress="http://localhost:8001/"/>
</baseAddresses>
</host>
</service>
</services>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_I_ERPService"/>
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://192.168.106.118:8001/Service/ERPService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_I_ERPService" contract="ServiceReference1.I_ERPService" name="BasicHttpBinding_I_ERPService"/>
</client>
</system.serviceModel>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>