Tagged Questions
5
votes
6answers
2k views
How to consume custom WCF service hosted in Sharepoint 2010 from outside in C#?
I've this WCF web service hosted inside a Sharepoint 2010 web application.
This service is created using the following factory:
...
1
vote
1answer
252 views
Get SPWeb from SPContext in WCF hosted on SharePoint
I have created and deployed a WCF service in SharePoint and I am sending requests using JQuery. Every thing is working fine except for sub sites.
Lets say I have these two service URLs:
- ...
1
vote
3answers
180 views
WCF service request limit
I have setup a WCf service in my project using this tutorial: http://msdn.microsoft.com/en-us/library/ff521581.aspx
However, I'm POSTing lots of byte[] data to the service tocreate a file. I ...
0
votes
0answers
324 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 ...
1
vote
1answer
176 views
Create an item (with Choice/User Fields) using Sharepoint Data Services
I am using Sharepoint 2010 Data Services to create items on a table.
My table has a column called Priority which has High, Medium, and Low items in it.
When I try to create an item in this table ...
1
vote
1answer
673 views
The HTTP request was forbidden with client authentication scheme 'Anonymous'
I am receiving the following error from my SharePoint 2010 service application:
The HTTP request was forbidden with client authentication scheme 'Anonymous'
This code is being thrown from the my ...
2
votes
1answer
1k views
What WCF Binding is required for HTTPS in SharePoint
I currently have the following WCF Binding. The web service is being called from a SharePoint Application Page using AJAX.Net. Anonymous Access is turned off from within Central Administration.
...