Windows Communication Foundation is a runtime and a set of APIs in the .NET Framework for building connected, service-oriented applications.
6
votes
4answers
8k views
How to submit data from repeatable table in infopath form to a sharepoint list?
I have a infopath form created from a sharepoint list content type. In this form I need to add a repeatable table to send data to another sharepoint list. So when people submit this form the original ...
0
votes
8answers
3k views
Access denied when code is executed remotely as a wcf service
Following my previous question The folowing code when executed locally as a console app is working fine, But when I include the same code in a WCF service, I am getting Access is denied exception.
...
3
votes
1answer
2k views
WCF Service Endpoint not found (but service operations work OK)
Here is my problem:
Does anybody know how to configure a WCF service hosted in Sharepoint to show standard WCF welcome page (the one with description and a link to wsdl)?
I want to underline that I ...
1
vote
0answers
237 views
Load full list XML into JavaScript variable via CEWP
Currently I am using the lists.asmx webservice to POST a soap envelope and return specific list items. I really want the whole contents of the list. I realize how large that might get, but if this ...
2
votes
2answers
658 views
Impersonation in a net.tcp WCF-service in a claims based/Kerberos solution
I have tried to keep this as short as possible, dont hesitate if you want more details.
Im trying to get impersonation (of calling user) to work over a net.tcp WCF-Service in a Sharepoint ...
1
vote
2answers
2k views
Why do I get a 401 error when calling a WCF service from a web part?
I have a SharePoint 2010 web part and WCF service deployed to a web application using Kerberos authentication. The service was developed based on the walkthrough from MSDN with the only difference ...
0
votes
0answers
86 views
“Access is denied” when consuming custom WCF Service [duplicate]
Possible Duplicate:
Access denied when code is executed remotely as a wcf service
I successfully deployed a simple wcf service on sharepoint. But when trying to consume it,i am getting ...