Tagged Questions
1
vote
1answer
279 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:
- ...
3
votes
1answer
1k views
Is SPContext.Current Supposed to Be null in Custom WCF Service?
Here is the scenario:
Custom WCF Service deployed in SharePoint 2010
Site is using Claims Based authentication (FBA, NTLM)
.svc is deployed to ISAPI in the hive
Service is configured using custom ...