Configuration Files/Services.config
Revision as of 14:32, 12 May 2015 by KNO (Talk | contribs) (Created page with "== Example == <syntaxhighlight lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <services> <service name="UBIK.Service.UBIKContent" behaviorConfiguration="httpBehavior">...")
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>