Changes
{{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]]