0
votes
0answers
81 views

Sharepoint integration endpoint (WCF)

This is an architectural question: I want to create an endpoint for Sharepoint 2010 for outer systems. Its basic functionality is that it is supposed to broadcast info about changes done to ...
-1
votes
1answer
405 views

Consume a WCF REST Service with webHttpBinding in Sharepoint 2010 WebPart

I have developed a custom WCF REST service with webHttpBinding in VS2010 and trying to consume in SharePoint 2010 WebPart developed in VS2010. I don't know how to do the settings. Please help! Please ...
0
votes
0answers
321 views

Cannot set SharePoint Multi-Choice field values using WCF RESTful client

I'm having very specific trouble using the SharePoint 2010 REST interfaces with a multi-choice column (e.g. a set of checkboxes). Single choice columns work fine (e.g. radio buttons or dropdown, and ...