Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
Create a WCF with WSHttpBinding and host in SharePoint 2013 and consume it in Visual Web Part using JQuery
Posted
Comments
DanielBrownAU 9-Dec-15 0:17am    
I assume thats the requirement you need to complete.

Its pretty stock standard stuff in terms of what to do.

1. Create a WCF Service
2. Create a Visual Web Part
3. Consume WCF in the Web Part, either server or client side.

The WCF can either be part of SharePoint, or seperate. There is no magic, just standard WCF and .NET

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900