Windows Communication Foundation is a runtime and a set of APIs in the .NET Framework for building connected, service-oriented applications.
0
votes
0answers
14 views
WCF hosting issue - SharePoint 2010
Earlier question was wrong. Not editing as people have already replied to wrong question. Basically it is a comparison.
Correct one is:
Want to create a WCF service to access LOB data.
What are ...
0
votes
1answer
17 views
hosting WCF service in SP2010
Want to create a WCF service to access LOB data.
What are advantages & disadvantages of
hosting WCF service within SharePoint?
hosting WCF service within SharePoint?
pl guide..
1
vote
0answers
13 views
workflow consuming WCF Service in https - First Call takes too much time
I have a State machine Workflow that consumes a WCF Service in https (Basic Authentication, security mode transport). It works fine in our test environment, but it had problem in the integration ...
0
votes
0answers
11 views
Custom WCF Sharepoint connector service
i have created the WCF service for sharepoint connection. This service hosted on Sharepoint server. Pool account is the SP Admin.
For the form authentication we are using the below code
private ...
1
vote
1answer
26 views
Return TreeView from WCF Service in SP2010
How to return TreeView from WCF Service ? Its giving error when we set return type as TreeView
1
vote
1answer
26 views
Workflow consumes WCF Service: Exception is invalid or unrecognized
I have got issue. It's an update from a question that I have asked a week ago:
I have a State Machine Workflow that is deployed in my local SP machine. It is attached to a list, and will consume a ...
0
votes
0answers
19 views
new to WCF: when will i need to write web services in SP2010 SBS?
what are some drawbacks with sandbox solutions where one might need to write custom web services as a work around?
appreciate any advice. there is a lot out there on getting started but little on ...
0
votes
1answer
51 views
Problem when migrating SP2010 solution with WCF service to SP2013
I have a VS2010 solution that has a few projects inside. One of them is a Sharepoint 2010 project that contains a WCF service generated from the CKS template.
I needed to migrate this solution to ...
1
vote
1answer
154 views
How can I host WCF services in _vti_bin?
I am converting a feature from SharePoint 2010 to SharePoint 2013. Part of my project is to convert my feature from the old style manifest, ddf, makecab method to the newer Visual Studio SharePoint ...
1
vote
1answer
45 views
Where do i add permissions for the _vti_bin folder?
When I try to use my custom WCF REST service I get authentication login prompt,
http://ServeName/_vti_bin/MyService/MyService.svc
So the question is, where do I need to add permissions, maybe in ...
0
votes
0answers
41 views
Calling HTTPS web service with DNS alias is slow
I am currently looking into some performance issues we are experiencing, tested locally against a WCF service with a HTTPS endpoint, in the form of:
https://services.mycompany.com:1111/MyService.svc
...
0
votes
1answer
69 views
Changing the MaxRecievedMessageSize for a custom WCF service
I have following WCF service hosted in SharePoint:
[ServiceContract]
public interface IPrintService
{
[OperationContract]
[WebInvoke(Method = "POST", RequestFormat = WebMessageFormat.Json, ...
1
vote
1answer
364 views
Could not find endpoint element with name '' and contract '' in the ServiceModel client configuration section
I have tried days to solve this damn error. I am calling the same service in asp.net and it works fine, but when I call it in a sharepoint solution it does not work.
This is the error that I receive. ...
1
vote
0answers
114 views
Why WCF service does not work in sharepoint web part?
I have created a web service using WCF which gets the data from SQL into sharepoint. I have hosted it in IIS. It works fine when I call the service in the browser. I can see the wsdl. I used an ...
0
votes
1answer
30 views
I am new to developing wcf services in sharepoint 2010
Please guide me how i am satrt that wcf services development and deployment to sharepoint and that webservices are called from other portals also which are developed by java developers. Please ...
0
votes
0answers
87 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 ...
0
votes
1answer
42 views
Consume custom service application
I followed this tutorial and successfully created a custom service application in my sharepoint server, my question is how to consume it from another sharepoint solution, for example I create a new ...
1
vote
1answer
265 views
Problems adding WCF Data Services to SharePoint 2010
I would like to add a custom OData endpoint to SharePoint 2010.
Because of its dependency on .NET 4.0, the Web API OData provider is currently not an option for SharePoint 2010 (based on .NET 3.5). ...
3
votes
1answer
135 views
Should this be a sandboxed solution?
My company outsourced the creation of a SharePoint WebPart for connecting to our cloud service.
The WebPart connects to our service by using our REST API. When configuring the WebPart you supply ...
1
vote
0answers
41 views
Override a WCF Data Services CSDL
I'm dealing with an issue with a SharePoint 2010 Hosted WCF Data Services. So Keep in mind that i'm restricted to work with .NET 3.5.
In order to generate the CSDL endpoint for descripting my ...
2
votes
1answer
506 views
External List from External Content Type: missing and/or error
I've created an ECT w/ Read List and Read Item operations using SharePoint Designer, saved it, and given myself permissions. The ECT's external data source is a WCF service.
When I try to create an ...
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
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:
- ...
1
vote
1answer
207 views
TaxonomyField not updating
I have a little function that updates a taxonomy field on a listitem.
It does work when I call it from the SharePoint site, but If I call it from a WCF service (built on top of SharePoint's WCF ...
0
votes
0answers
76 views
impersonation to work on a net.tcp-binding
I have tried to get impersonation to work on a WCF-net.tcp-connection to work in a Sharepoint solution with Claims Based authentication. I have a related post(below) but I'll try to narrow it down to ...
1
vote
0answers
68 views
Create a new SharePoint Site using WCF instead of Sites.asmx - CreateWeb
I am trying to ascertain whether there is a WCF equivalent of the CreateWeb method in the sites.asmx Web Service to be able to create a new SharePoint site.
I was under the impression that the ...
-1
votes
1answer
442 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 ...
2
votes
2answers
772 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
0answers
129 views
Can't get Custom BCS Connector with filters to work
I am trying to create a BCS connector in Visual Studio that connects to a WCF service.
I first used an parameterless GetAccounts method as the source for the ReadList method, and the wanted to add ...
0
votes
2answers
67 views
“Read more” sort of thing for partial load of items?
We have a asp.net listview displaying news item on a page and it has paging functionality to load the next set of news which works fine.
A requirement now is to implement more modern Read more ...
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 ...
0
votes
3answers
1k views
listdata.svc authentication issue
When I visit my local SP2010 instance on Windows 7 at localhost/_vti_bin/listdata.svc I get Internet Explorer cannot display the webpage. There's no details even though I've turned off Friendly ...
0
votes
1answer
375 views
custom wcf binding set dynamically from code
I am developing a workflow custom action that uses a wcf webservice.
The thing is, I have no proper way to attach the app.config file so I'd have to generate the bindings and the client endpoints ...
0
votes
0answers
158 views
Instantiating CKSDEV WCF service reference client object causes Default Endpoint Exception
I have tried to set up my first cksdev wcf service in sharepoint 2010 and am unable to instantiate my service reference client object in code.
I have two separate sharepoint projects in my solution. ...
1
vote
0answers
241 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 ...
0
votes
0answers
208 views
Sharepoint 2010 Word Automation Services RunNow Access Denied error
I have a WCF service that places openXML files into a SharePoint library then calls the Word Automation Services JobDefinition's RunNow method in an attempt to immediately convert that openXML file to ...
1
vote
2answers
414 views
How to create an external data source based on a Web Service?
Can you please advise me "How to create an external data source based on a Web Service"? Usually WCF can be a data source, but I am not strong on WCF. Could I use the existing web service as an ...
2
votes
1answer
658 views
Dynamically connect to any Service Reference
This is a WCF project. The idea is to use this WCF Service as a "go-between" between my ASP.NET site and SharePoint. This way I avoid CAML in the ASP.NET site and it keeps all of the code that ...
1
vote
3answers
182 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 ...
7
votes
1answer
379 views
SharePoint 2010 User Profile Synchronization: BCS + WCF
I'm here because I'm trying to implement a scenario of user profile synchro with bcs connecting to wcf service.
Here is the context:
A remote web service is returning a full list of employee infos. ...
7
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
1answer
782 views
Custom WCF service - includeExceptionDetailInFaults
I've got a custom WCF service that I created using the CKS toolkit for SharePoint.
How do I enable includeExceptionDetailInFaults in these services?
The way I understand it is, when using ...
2
votes
2answers
525 views
Connecting to WCF service from SharePoint
I have a WCF service that lives on another server that I am trying to connect to from an EventReciever in a SharePoint 2010 feature. I have gone through all the hoops of configuring the feature in ...
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.
...
0
votes
0answers
87 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 ...
1
vote
1answer
65 views
Ideal way to Secure Custom Application
We are developing an application which is going to do some CRUD operations for a couple lists and offer our customers to download files.
We are using REST services as well as Sharepoint Web Services.
...
0
votes
1answer
530 views
listdata.svc does not respond in VS
I am trying to add list.svc to a project in VS 2010. Even though, the path http://server/site/_vti_bin/listdata.svc is accessible through internet browsers, when I attempt to add service to my ...
3
votes
1answer
396 views
Get content of Multi-Line text field in Sharepoint 2010 Data Services
I am using listdata.svc service to retrieve data from Sharepoint 2010
I have a List and it has a Multi-Line text field which has append option on.
when you append text to multi-line text field, it ...
1
vote
1answer
179 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 ...
0
votes
1answer
793 views
Custom WCF service in Sharepoint 2010 returns 401 Unauthorized
I've followed this guide to create and deploy a custom WCF service in Sharepoint 2010 to be consumed in a Visual Web Part using jQuery.
The WCF service's method does several things:
Make use of ...

