圣珀
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.6 KiB

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