Difference between revisions of "Configuration Files/Services.config"
(Created page with "== Example == <syntaxhighlight lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <services> <service name="UBIK.Service.UBIKContent" behaviorConfiguration="httpBehavior">...") |
(No difference)
|
Revision as of 14:32, 12 May 2015
Example
<?xml version="1.0" encoding="UTF-8"?>
<services>
<service name="UBIK.Service.UBIKContent" behaviorConfiguration="httpBehavior">
<endpoint address="" behaviorConfiguration="httpBehavior" binding="webHttpBinding" contract="UBIK.Service.IUBIKContent" />
<endpoint address="/SOAP" binding="wsHttpBinding" contract="UBIK.Service.IUBIKContent" />
</service>
</services>
<services>
<service name="UBIK.Service.UBIKContent" behaviorConfiguration="httpBehavior">
<endpoint address="" behaviorConfiguration="httpBehavior" binding="webHttpBinding" contract="UBIK.Service.IUBIKContent" />
<endpoint address="/SOAP" binding="wsHttpBinding" contract="UBIK.Service.IUBIKContent" />
</service>
</services>