纽威
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.

28 lines
1.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <system.serviceModel>
  4. <bindings>
  5. <basicHttpBinding>
  6. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.IUnApproveCompleteRpt"
  7. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  8. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  9. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  10. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  11. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  12. useDefaultWebProxy="true">
  13. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  14. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  15. <security mode="None">
  16. <transport clientCredentialType="None" proxyCredentialType="None"
  17. realm="" />
  18. <message clientCredentialType="UserName" algorithmSuite="Default" />
  19. </security>
  20. </binding>
  21. </basicHttpBinding>
  22. </bindings>
  23. <client>
  24. <endpoint address="http://192.168.0.163/U9/Services/UFIDA.U9.ISV.MO.IUnApproveCompleteRpt.svc"
  25. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.IUnApproveCompleteRpt"
  26. contract="UFIDAU9ISVMOIUnApproveCompleteRpt" name="BasicHttpBinding_UFIDA.U9.ISV.MO.IUnApproveCompleteRpt" />
  27. </client>
  28. </system.serviceModel>
  29. </configuration>