Guest User

Untitled

a guest
Dec 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <services>
  2. <service name="OASYS_Services.GetOasysModel" >
  3. <endpoint address="" binding="basicHttpBinding" bindingConfiguration="ECMSBindingConfig"
  4. contract="OASYS_Services.IGetOasysModel" name="ECMSBindingConfig" >
  5. </endpoint>
  6. </service>
  7. </services>
  8. <bindings>
  9. <basicHttpBinding>
  10. <binding name="ECMSBindingConfig" allowCookies="false" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"
  11. maxReceivedMessageSize="2147483647" bypassProxyOnLocal="true" >
  12. <readerQuotas maxArrayLength="2147483647" maxNameTableCharCount="2147483647"
  13. maxStringContentLength="2147483647" maxDepth="2147483647"
  14. maxBytesPerRead="2147483647" />
  15. <security mode="None" />
  16. </binding>
  17. </basicHttpBinding>
  18. </bindings>
  19. </services>
Add Comment
Please, Sign In to add comment