华恒Mes鼎捷代码
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.

16 lines
685 B

5 months ago
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <appSettings>
  4. <add key="SysIsOpen" value="Close"/>
  5. </appSettings>
  6. <system.serviceModel>
  7. <bindings>
  8. <basicHttpBinding>
  9. <binding name="BasicHttpBinding_IPO2Rd01"/>
  10. </basicHttpBinding>
  11. </bindings>
  12. <client>
  13. <endpoint address="http://icsserver01:8039/Service/PO2Rd01.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IPO2Rd01" contract="ZYPDAService.IPO2Rd01" name="BasicHttpBinding_IPO2Rd01"/>
  14. </client>
  15. </system.serviceModel>
  16. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>