A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.

learn more… | top users | synonyms (1)

1
vote
1answer
394 views

Send to connection - Error

Senario: we have a user requirement where users want to share files with third party using sharepoint. We have a extranet sp site set up. Users will be doing send to connections from internal SP ...
0
votes
0answers
8 views

How to call a soap webservice with the “Call HTTP Service” action in a workflow

I'm trying to call this Sharepoint 2013 SOAP WebService from a workflow : https://mysite.sharepoint.com/_vti_bin/Sites.asmx My workflow is hosted on the same sharepoint online farm than the soap WS I ...
2
votes
1answer
1k views

Sharepoint Webservice 401 error

I have asked this question on stackoverflow as well but no answer. I'm trying to call sharepoint webservices in a C# console application. The code works fine when I use my local system's WSS as ...
0
votes
1answer
15 views

Accessing SharePoint 2013 search object model from wcf, no result return

I am having a strange problem in accessing the SharePoint 2013 search object model. I have a custom class, when the code is excuted in console application, it's works ok. but in wcf, the return result ...
0
votes
0answers
6 views

InfoPath 2010: Submit an attachment to a custom web service

I have an InfoPath form in SharePoint that submits to a custom web service I've created, and this works fine for regular SharePoint fields (text, numeric, etc.) However, I cannot figure out how to ...
1
vote
1answer
13 views

Call CRM 2011 Services by Sharepoint site

I'm on my first SP/ CRM 2011 project. I'm working on a Sharepoint site that could send data to CRM 2011. For example: On sharepoint I have a custom form that should send data to a CRM Entity. ...
1
vote
1answer
18 views

How to access document library files via a webservice?

I've images that are stored in a Sharepoint document library, can these files be accessed using a Sharepoint webservice ? For sharepoint Lists a service is explosed via the '_vti_bin\Lists.acmxs' url, ...
1
vote
1answer
768 views

Custom Rest Service in Sharepoint 2010

I'm currently developing a custom wcf rest webservice on sharepoint 2010, but I keep getting the message Endpoint not configured Im deploying the webservice on a _ISAPI solution folder. Here's the ...
0
votes
0answers
12 views

Claims Based Authentication in SharePoint 2013 Online Not working anymore

I'm trying to connect an application (desktop application) to SharePoint 2013 sites. I have a client webservice, the issue is Claims Based Authentication in SharePoint 2013 does not work: ...
1
vote
1answer
22 views

Can I access in a SharePoint 2010 Online webpart, some webservice and do some CRUD?

I am using SharePoint Online. It is only possible to build sandbox solutions webparts. Is it possible in a sandbox solution webpart to access a webservice somewhere on the internet? I would like to do ...
0
votes
1answer
12 views

Exporting SharePoint data to external PHP script

My client has his intranet website running as a SharePoint 2010 site, consisting of about 40 lists making the different categories of news. What would be the easiest way for me to fetch this data ...
0
votes
1answer
17 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
27 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
338 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
61 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
350 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
24 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
938 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
147 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
104 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
76 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
13 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
53 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
15 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
24 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
24 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
14 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
665 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
686 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
17 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
19 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
21 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
391 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
366 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
670 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 ...

1 2 3 4 5 12