Windows Communication Foundation is a runtime and a set of APIs in the .NET Framework for building connected, service-oriented applications.
3
votes
2answers
788 views
BDC Entity with TypeDescriptor System.String[] gives errors when crawling
Is it possible to crawl a BDC content source with an entity that has a property of type string array (System.String[])?
At one point I had this working successfully in my dev environment but it ...
2
votes
2answers
665 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 ...
0
votes
2answers
669 views
WCF service in claims-enabled SharePoint app
I have a WCF service hosted in a Claims-enabled SharePoint 2010 webapp.
Using wsHttpBinding I can get a console client to use Windows (Kerberos) authentication against the service. Within the ...
7
votes
1answer
362 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. ...
2
votes
1answer
312 views
merge two lists with WCF Services and Linq
How do I merge two lists when using REST services? You can't use union with linq and dataservicequery so I'm not sure where to go.
The following doesn't work with dataservicequery...
var docQuery = ...
1
vote
1answer
73 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
148 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
1answer
200 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
1answer
44 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, ...
0
votes
1answer
29 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
1answer
41 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 ...
0
votes
1answer
232 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). ...
0
votes
1answer
521 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 ...
0
votes
1answer
471 views
How to use Sharepoint Data Services (listdata.svc) in WCF service project in a site with non-english language?
i have site collection with Persian language. so lists and fields are in Persian.
when i create a console application and add reference to listdata.svc, i can use the datacontext and add items to a ...
0
votes
1answer
842 views
Windows server 2008 r2 sp1 and Sharepoint 2010: Built in web services doesn't work
After fresh install of sharepoint server 2010 on Windows server 2008 r2 sp1 all web services doesn't work. When I try to open for example TokenService if shows me exception:
Extension:
...
0
votes
1answer
2k views
BasicHttpBinding WCF services don't get NTLM challenge when hosted on a Claims enabled server
The service is hosted in /_vti_bin, and uses SharePoint's own BasicHttpBinding service host factory (MultipleBaseAddressBasicHttpBindingServiceHostFactory). According to Microsoft's guidance, three ...
-1
votes
1answer
409 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 ...
1
vote
0answers
13 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 ...
1
vote
0answers
103 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 ...
1
vote
0answers
39 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 ...
1
vote
0answers
66 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
vote
0answers
125 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 ...
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 ...
0
votes
0answers
9 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 ...
0
votes
0answers
15 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
0answers
27 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
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 ...
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 ...
0
votes
0answers
157 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. ...
0
votes
0answers
199 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 ...
0
votes
0answers
212 views
WCF Service in claims aware SharePoint Web App
I am trying to create and host WCF service within a claims aware SP web app which uses Server side object model to upload files into SP Doc lib.
It is working with basichttpBinding with a mex ...
0
votes
0answers
322 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 ...
0
votes
0answers
115 views
Problem with a WCF 3.5 workflow, hosted in IIS, wich runs a Powershell that creates a SharePoint Site Collection
I'm having a problem running a powershell script that creates a new SharePoint site collection.
I have a WCF service hosted in IIS, which has a WCF 3.5 workflow. This workflow executes a Powershell ...