Tagged Questions
0
votes
1answer
36 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
24 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
230 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). ...
1
vote
0answers
38 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
451 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
245 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
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
2answers
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 ...
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 ...
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 ...
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.
...
3
votes
1answer
379 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 ...
0
votes
1answer
758 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 ...
2
votes
2answers
1k views
Problem with WCF Web Service in SP2010
I've followed this tutorial and also this one (tried every possible combination of those) to deploy a custom WCF service in Sharepoint 2010.
But I'm not having any luck. Once the service is deployed, ...
2
votes
2answers
260 views
WCF Data Source within SPD
I have had considerable trouble adding a WCF 4.0 application as a data source within SharePoint Designer. I am able to connect to the WCF service as a SOAP Service Connection and find the available ...
3
votes
2answers
780 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 ...
0
votes
1answer
66 views
Which stereotyped operations are mandatory in my web service
I'm trying to connect to an external resource using Sharepoint 2010 and connect to a WCF web service.
I want to know which stereotyped operations are mandatory for me to create in the web service to ...
2
votes
2answers
6k views
Error while referring “/_vti_bin/ListData.svc”
While trying to refer "ListData.svc" service in my VS.NET WinForm project, I am getting an error
The HTML document does not contain Web service discovery information.
Metadata contains a reference ...
