大连融科 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.
 
 
 

25 lines
1.4 KiB

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="SiaSun.LMS.Implement.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<applicationSettings>
<SiaSun.LMS.Implement.Properties.Settings>
<setting name="SiaSun_LMS_Implement_localhost1_S_PDAService" serializeAs="String">
<value>http://localhost:8888/srv/PDA.svc</value>
</setting>
</SiaSun.LMS.Implement.Properties.Settings>
</applicationSettings>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_I_ERPService"/>
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://192.168.3.111: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>