shraepoint 2013 wcf service  : endpoint not found


service.svc file



<%@ ServiceHost Language="C#" Service=" VS2012WcfService.ISAPI.MyService.MyService, $SharePoint.Project.AssemblyFullName$"
    CodeBehind="MyService.svc.cs"
    Factory="Microsoft.SharePoint.Client.Services.MultipleBaseAddressBasicHttpBindingServiceHostFactory, Microsoft.SharePoint.Client.ServerRuntime, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>



  • SOAP = MultipleBaseAddressBasicHttpBindingServiceHostFactory
  • REST = MultipleBaseAddressWebServiceHostFactory
  • Data Service = MultipleBaseAddressDataServiceHostFactory
https://msdn.microsoft.com/en-us/library/office/ff521581(v=office.14).aspx

Comments

Popular posts from this blog