Jump to: navigation, search

Changes


Configuration Files/Services.config

502 bytes added, 16:04, 28 November 2016
{{Attention|If the service has to support the streaming transfer mode - e.g. used for downloading large data branches in the UBIK client, ensure to provide the endpoint definition for "BasicHttpBinding_UBIKContent" (see example)}}
 
 
== Example ==
<endpoint address="" behaviorConfiguration="httpBehavior" binding="webHttpBinding" contract="UBIK.Service.IUBIKContent" />
<endpoint address="/SOAP" binding="wsHttpBinding" contract="UBIK.Service.IUBIKContent" />
<!-- USED FOR STREAMING TRANSFER MODE -->
<endpoint address="/SOAP11" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UBIKContent" contract="UBIK.Service.IUBIKContent" />
</service>
</services>
* [[Configuration Files]]
[[Category:Installing|Configuration Files/Services.config]][[Category:Web service|Configuration Files/Services.config]]
681
edits