Last modified on 12 May 2015, at 14:32

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">...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>

See also