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

27 lines
1.7 KiB

  1. <?xml version="1.0"?>
  2. <configuration>
  3. <system.serviceModel>
  4. <bindings>
  5. <basicHttpBinding>
  6. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.IApproveCompleteRpt4ExternalSrv"
  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://u9cdwin7/U9/Services/UFIDA.U9.ISV.MO.IApproveCompleteRpt4ExternalSrv.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.IApproveCompleteRpt4ExternalSrv" contract="UFIDAU9ISVMOIApproveCompleteRpt4ExternalSrv" name="BasicHttpBinding_UFIDA.U9.ISV.MO.IApproveCompleteRpt4ExternalSrv"/>
  25. </client>
  26. </system.serviceModel>
  27. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>