A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
0
votes
1answer
8 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
0
votes
0answers
22 views
403 - Forbiddeden Exception while accessing SharePoint 2010 WebService
I am getting 403 - Forbidden Exception while accessing a SharePoint 2010 web service. However, the same user is able to access the same SharePoint site with the browser.
The authentication used is ...
3
votes
1answer
409 views
SharePoint 2010 asmx Web Service throws 401 after 10 hours
We've recently upgraded our existing SharePoint 2007 site to SharePoint 2010. We have a couple of internal and external sites that make use of the asmx web services provided by SharePoint.
We ...
0
votes
2answers
1k views
Connecting to InfoPath with UserGroup web service - “Unable to create a schema”
Using: InfoPath 2003, SharePoint 2007 WSS
I've tried Googling the problem and got nothing helpful, and this is my first time trying to use a web service to connect InfoPath and SharePoint, so bear ...
1
vote
2answers
323 views
How to register a new http module n the web config
I built a http module. I copied into the GAC .
Then, I put into the WebConfig file lke this :
<httpModules>
....
<add name="MyAssembly" type="MyAssembly.Global"/>
...
0
votes
1answer
34 views
Uploading documents via webservice slows down
I am trying to upload a large number (100k+) of documents to a document library in SharePoint. The first few 1000 documents are fairly quick (0.2 sec/doc), however now that the migration is running ...
2
votes
1answer
46 views
Add New List Item with SPServices anonymously
I have an HTML5 + jQuery application with a built in contact form that I wanted to hook into Sharepoint, and Lists seemed an ideal way to do that. I used the jQuery library SPServices to get this up ...
0
votes
2answers
346 views
Creating Groups via Web Service
I am trying to create groups on a SharePoint 2010 site via the UserGroup.asmx web service. I am using jQuery and SPServices to interact with the web service.
When I try to create a group (via the ...
0
votes
1answer
22 views
SharePoint web services and a multilanguage environment
I cam writing a console application that connects to a SharePoint 2010 server and manipulates data using listdata.svc. For example, I look for the 'Announcements' list and edit the 'Title' field.
I ...
0
votes
1answer
12 views
ArgumentOutOfRangeException while calling FAST-Search service
I am getting an exception:
Exception information:
Exception type: FaultException
Exception message: System.ArgumentOutOfRangeException
while calling my FS4SP web service. It runs fine for small ...
0
votes
1answer
24 views
Is it possible to share the same list type among different sites?
I'm accessing list content via its corresponding webservice. I'm re-creating new lists for new sites but often the list content type is the same - image, link etc.... Is it possible to create a list ...
1
vote
1answer
932 views
CAML query in getLIstItems method returns no rows of items
I am invoking Sharepoint's List Web services and using the getListItems() method. In particular, I am keen on specifying a CAML query because I really want it to just retrieve one item that I am ...
0
votes
2answers
28 views
When creating a sharepoint site can list content be mixed with web-parts?
When creating a sharepoint site can list content be mixed with web-parts ?
So the list content can easily be exposed with a web-service and the web parts can exist alongside the list content parts.
1
vote
1answer
146 views
Passing NULL from InfoPath to web service
I have a web service that is used to populate a drop-down. The web service is defined with a single parameter that is of type Nullable(Of Guid). The idea is that if no Guid is passed the service will ...
1
vote
3answers
94 views
Where to expose the data within a web part via a web service
List data can be exposed via a web service but how can web parts be also exposed via a web service ?
I think this question is similar to ...
1
vote
1answer
71 views
Update Created By field in Document Library using web service
I am uploading documents to Document Library using copy web service. I need to update read only fields like created, created by, modified, modified by, version,.. I changed the read only property of ...
1
vote
0answers
12 views
Workflow consuming webservice - Editing the address?
My State Machine Workflow (SP 2010) consumes an external Web Service that I have added as a Service Reference in Visual Studio.
The WCF Service is currently hosted in my local machine.
We have ...
1
vote
1answer
51 views
NTLM web service call to sharepoint 2013 web application with claim authentication over NTLM users
I have a webservice (no vcf) with Windows authentication(impersonate="true"), that uses the SharePoint 2013 Object Model.
When I call a webservice method that operates on a SharePoint Web Application ...
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 ...
1
vote
0answers
13 views
Create TreeView C# for Office 365
I am currently building an Outlook Addin which enables users to save E-mails directly into SharePoint Online.
but before the E-mails get saved, they Need to be prompted by a Windows which has a ...
1
vote
0answers
23 views
Update Document Library columns
How to update column values in Document Library while creating documents or after creating?
I am adding a new document using the Copy web service. I tried using the Lists web service and Event ...
1
vote
1answer
1k views
Web Services and Claim Based Authentication Problem
I'm facing some problems accessing by Claim Based to my web service.
On my App there's only Claim Based: windows auth is disabled and NTLM also.
If I access to Sharepoint by web based interface, this ...
1
vote
0answers
27 views
Sharepoint Webservice not filtering Data
Working Version
Issue: I am querying SharePoint using SP CAML Query Helper. Using SPCQH I am able to retrieve one order. The query works.
Once I add the query to my Biztalk solution the query below ...
-1
votes
0answers
20 views
Connecting Sharepoint to Enterprise Service Bus(ESB) that connects to IBM DB2 [duplicate]
Is it possible to connect to an Enterprise Service Bus which connects to a DB2 database instead of connecting to the current sharepoint SQL database.
This is in relation to document management. Will ...
2
votes
1answer
28 views
connecting sharepoint to a polarlake ESB
How would one go about connecting sharepoint to an Enterprise Service Bus(ESB). The service bus being used is Polarlake.
I'm presuming it requires a .NET web service to be created but essentially ...
0
votes
1answer
13 views
Cannot add reference to SharePoint hosted wcf service in a Silverlight 5 project
I have built a simple wcf web service and hosted it on a SharePoint server. Standard settings - wcf scv file deployed to the ISAPI folder and MultipleBaseAddressBasicHttpBindingServiceHostFactory used ...
1
vote
1answer
657 views
Exception occurred while connecting to wcf endpoint
I get very strange exception "exception occured while connecting to wcf endpoint .... access denied". only when I go to any Document Library.
I logged on as Administrator and I have added "Full ...
1
vote
2answers
2k views
How can I pass credentials to SharePoint 2010 people service?
I need to do a simple request against the People service in SharePoint 2010. Please tell me how I can do that. The following piece doesn't work.
public void Test()
{
var client = new ...
1
vote
1answer
683 views
List getListItems WebService SOAP to return folder contents not working
Its not working for me, I tried everything and Iam really confused:
This is my soap request :
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope ...
1
vote
1answer
2k views
System.Net.WebException: The remote server returned an error: (401) Unauthorized
Here is my Scenario :
Its for SharePoint 2007 environment
I have a Form Library where the InfoPath form with Managed code is deployed. I have a Custom approval Workflow attached to this form.
the ...
2
votes
0answers
15 views
Updating a wiki page with the REST API
How do you correctly update a SharePoint 2013 wiki page using the REST API?
Three basic capabilities I am interested in:
Reading an existing page (content only)
Updating an existing page
Creating a ...
0
votes
0answers
17 views
Upload the document to sharepoint document library through asp.net portal
We have web portal on sharepoint 2007. I want to upload document in sharepoint document library from asp.net portal.
I am thinking of creating web service for this but I don't know the basics of ...
1
vote
0answers
18 views
“Office document”/“PDF” content is not appearing in SharePoint Online (Office 365) search
I am working on "SharePoint online". I have restored the site and everything is working fine except Search. Even search is also working fine but not including the result of Office document, PDF ...
0
votes
1answer
388 views
Taxonomy.asmx returns sometimes 'No credentials are available in the security package'
I've created a WCF WebService which connects to the Taxonomy service from SharePoint with a 'Service Reference' in Visual Studio 2010 to the ...
0
votes
1answer
18 views
Source for Web Service in SharePoint
Is it possible to use XML data as input for SharePoint web service? If possible how to implement that? Can we use input as Objects other than XML data ??
0
votes
1answer
359 views
Downloading files from sharepoint programmatically C#
I would like to know what are benefits/drawbacks when using either of these methods for downloading a document from Sharepoint
using Microsoft sharepoint library
public void Download(string ...
0
votes
2answers
668 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 ...
0
votes
0answers
25 views
Run Sharepoint Query web service with just the username and/or user role known
On my current project we are implementing a WCF layer wrapping Sharepoint web services. Search is a huge thing in our App. So, we are using a QueryService extensively. It works like a charm in its ...
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
1answer
36 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 ...
0
votes
0answers
8 views
Managed Metadata Service / Secure Store Service status = Error
I've inherited a SP2010 farm, which I'm currently inspecting for problems. When looking at the Service Applications within the default proxy pool, both the Managed Metadata Service and the Secure ...
1
vote
1answer
766 views
WebHost failed to process a request for Lists web service
I get the following error when I try to access the SharePoint 2010 List web service in a web application. This error happens only when I have Kerberos as the authentication provider. If I change to ...
0
votes
1answer
317 views
How to create new External Content Type on SharePoint Designer
I'm trying to create a new External Content Type on Sharepint Designer , but where I try to insert the web services wisdom into the "New Connection -> WCF Connection " I get the following error:
...
0
votes
0answers
45 views
SP 2013 (SP Online; Office 365) web services
I'm trying to do the seemingly simple task of writing changes to a user profile in SharePoint 2013 / Office 365.
Tried:
Client APIs - nope, user profile is read-only
Sandbox Solution - nope (I ...
2
votes
1answer
379 views
How can an InfoPath form get the Claims of the user who is logged in to SharePoint?
We have a document library that contains a list of proposals (InfoPath Forms). Users log in through SharePoint using Claims (Forms Auth, via an Extranet) who are from various organizations. The ...
1
vote
0answers
29 views
getting top X items in each folder with a CAML Query
i'm trying to do a visual representation of a document library using javascript and webservices.
basically i want to present the folders in the library, with a preview of the first few files in each ...
1
vote
2answers
53 views
How to consume a custom sharepoint webservice service application from outside SharePoint
What is the proper endpoint address to consume a custom sharepoint webservice service application from outside SharePoint?
I have written a service application based on a great example of David ...
3
votes
1answer
35 views
Biztalk 2010 not posting messages to Sharepoint 2010 with claims based authentication
I'm using the Windows SharePoint Services adapter and I'm receiving the following error message on the BizTalk 2010 Server:
The Windows SharePoint Services adapter runtime does not have permissions ...
3
votes
3answers
750 views
Word 2010: what are my options to get items from a SharePoint list?
How can I, directly from a Word 2010 document, get items from a SharePoint 2010 list? I am interested in a one step approach, not two steps involving Access or Excel for example.
If possible I'd like ...
1
vote
2answers
425 views
Getting the ID of a newly uploaded document
How to obtain the ID of a newly uploaded document using web services (c#, .net)? Is the following the best way to obtain Doc ID?
private string sGetID(string sURL, string sListGUID, string sFileName)
...






