|
|
Line 101: |
Line 101: |
| | | |
| ==== bindings ==== | | ==== bindings ==== |
− | <source lang="xml">
| + | See [[Configuration_Files/Bindings.config]]. |
− | <system.serviceModel>
| + | |
− | ...
| + | |
− | <bindings>
| + | |
− | <webHttpBinding>
| + | |
− | <binding transferMode="Streamed" name="WebHttpBinding_UBIKContent" sendTimeout="00:05:00" maxBufferPoolSize="67108864" maxReceivedMessageSize="67108864" maxBufferSize="67108864" receiveTimeout="01:00:00">
| + | |
− | <security mode="Transport">
| + | |
− | <transport clientCredentialType="None"/>
| + | |
− | </security>
| + | |
− | </binding>
| + | |
− | </webHttpBinding>
| + | |
− | <basicHttpBinding>
| + | |
− | <binding name="BasicHttpBinding_IUSAM" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
| + | |
− | maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
| + | |
− | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
| + | |
− | <security mode="None">
| + | |
− | <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
| + | |
− | <message clientCredentialType="UserName" algorithmSuite="Default"/>
| + | |
− | </security>
| + | |
− | </binding>
| + | |
− | </basicHttpBinding>
| + | |
− | <wsHttpBinding>
| + | |
− | <binding name="WSHttpBinding_IUSAM" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
| + | |
− | maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
| + | |
− | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
| + | |
− | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
| + | |
− | <security mode="Transport">
| + | |
− | <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
| + | |
− | <message clientCredentialType="Windows" negotiateServiceCredential="true"/>
| + | |
− | </security>
| + | |
− | </binding>
| + | |
− | <binding name="WSHttpBinding_UBIKContent" maxReceivedMessageSize="67108864" receiveTimeout="01:00:00">
| + | |
− | <security mode="Transport">
| + | |
− | <transport clientCredentialType="None"/>
| + | |
− | </security>
| + | |
− | </binding>
| + | |
− | <binding name="WSHttpBinding_IUBIKPush">
| + | |
− | <security mode="Transport">
| + | |
− | <transport clientCredentialType="None" />
| + | |
− | </security>
| + | |
− | </binding>
| + | |
− | </wsHttpBinding>
| + | |
− | </bindings>
| + | |
− | ...
| + | |
− | </system.serviceModel>
| + | |
− | </source>
| + | |
| | | |
| ==== services ==== | | ==== services ==== |
Revision as of 07:20, 12 May 2015
All the configuration files (UBIK.Studio.exe.config, UBIK.EnterpriseService.exe.config, web.config) have to comply with syntax and other guidelines as given in Configuring Apps by using Configuration Files.
For the configuration file web.config of the Web Service see the Configuring Services for further information.
See also