华恒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.

18 lines
815 B

5 months ago
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup><system.serviceModel>
  4. <bindings>
  5. <basicHttpBinding>
  6. <binding name="ASPWebSoap"/>
  7. </basicHttpBinding>
  8. </bindings>
  9. <!--<client>
  10. <endpoint address="http://192.168.1.55/WZSAP/ASPWeb.asmx" binding="basicHttpBinding"
  11. bindingConfiguration="ASPWebSoap" contract="ServiceReference1.ASPWebSoap"
  12. name="ASPWebSoap" />
  13. </client>-->
  14. <client>
  15. <endpoint address="http://192.168.1.55/WZSAP/ASPWeb.asmx" binding="basicHttpBinding" bindingConfiguration="ASPWebSoap" contract="SAP.ASPWebSoap" name="ASPWebSoap"/>
  16. </client>
  17. </system.serviceModel>
  18. </configuration>