A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
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 ...
2
votes
2answers
5k views
Windows authentication with SharePoint Web Services via SOAP
I am building an application on a different server, than that of the SharePoint 2010 foundation. But I want to be able to update some information / data in SharePoint Lists using Web Services.
I am ...
5
votes
3answers
14k views
Listing all checked out files
As a site administrator tool I have to list all checked out files in the site collection. Looking at the DB is looks like the tp_CheckoutUserId field in AllUserData might be a key to this query.
Is ...
0
votes
2answers
1k views
Find if content type is hidden (Visible is not checked) on the list level using SharePoint web services
I am trying to know if a content type is hidden (Visible not checked in Change new button order and default content type section) on a SharePoint list using SharePoint web services. I have tried the ...
9
votes
2answers
3k views
How do I connect with SharePoint Online Web Services in order to access list and taxonomy data?
I am using the SharePoint SOAP web services to try collecting list and taxonomy data from a site on SharePoint Online.
The following code works nicely when connected to a standalone SharePoint farm. ...
3
votes
3answers
672 views
Sync Google Calendar with sharepoint Calendar
How to synchronize Google calender with SharePoint 2010 calender ?
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 ...
3
votes
2answers
1k views
SharePoint search web service error (NTLM) when called from HttpHandler
Here is my scenario: I have a SharePoint site I am working on, and it is on one server farm. In this site, I have created an HttpHandler that uses a SharePoint search webservice that is located on a ...
2
votes
6answers
3k views
How to update multiple ListItems with a “Where Clause” using SPServices?
I've searched the jQuery SPServices code examples and MSDN references for an simple example how to update several ListItems using a Where-Clause.
Code for updating a single ListItem with ID = 500, ...
1
vote
5answers
9k views
how to upload file to sharepoint doc library via c# application?
I need to upload files with specific information(custom fields) into sharepoint document library via custom windows application.
I have no idea how to do it, anyone has any examples how to do it ...
1
vote
3answers
826 views
jquery and javascript : can i get the last ID from document library?
Is there a way to get the last ID from a Document Library with javascript/jquery?
1
vote
2answers
388 views
Deploying custom webservices
I am working on an old project, not currently used, that I pulled from our source backups. I have experience as a Sharepoint user but this is the first time I have been developing for or ...
1
vote
2answers
1k views
Get document id after uploading it to SharePoint using the same web service
Does any one knows how to get the document id after uploading it to sharepoint using a single web service? So by using one call i can upload the document and get it's id.
I looked at Copy.asmx web ...
6
votes
3answers
577 views
SharePoint Web service requests take 30-60 secs initially
When trying to access SharePoint WSS 3.0 server using the web services API, the software service we are developing will hang anywhere between 30-60 seconds when making any call (pick anyone of them, ...
3
votes
3answers
234 views
Custom SharePoint 2010 WebService inside /_vti_bin and web.config
I just developed a custom WebService mainly for the purpose of integration with 3rd party application based on Oracle Database. My project looks like this.
This service has some procedures which ...
3
votes
1answer
1k views
How to call GetChanges() method from SiteData.asmx web service (SharePoint 2010)?
I'm trying to run GetChanges method (sitedata.asmx) from a Java application. However I can't figure out the correct parameters I must pass. This is for SharePoint 2010.
By checking on the service ...
2
votes
1answer
84 views
How to debug sharepoint webservice?
I've followed Walkthrough: Creating a Custom ASP.NET Web Service and everything works fine.
I just want to know how to enable debugging for this web service over network. Could you help me?
2
votes
2answers
1k views
Mounted Office 365 sharepoint workspaces lose connectivity - how to fix?
I'm trying to get my sharepoint workspaces on office 365 to mount like network drives. I can achieve this following microsoft guidelines, but after a while this fails. The user has to login again to ...
2
votes
1answer
2k views
What does the GetListItems query option IncludeMandatoryColumns do?
I found myself working with the Lists.GetListItems method fairly often. Unfortunately, I have never understood what the IncludeMandatoryColumns query option actually does. The documentation seems to ...
2
votes
3answers
2k views
How to set Boolean metadata using UpdateListItems?
I am trying to use the UpdateListItems Web Service API call to create a new (customised) folder and set meta data at the same time. Here is my batch element:
<Batch ListVersion="1" ...
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
1k views
Get meta data from a previous version of a document through webservice in MOSS 2007
Is it possible to get metadata information from a previous version of a document in a document library using a SharePoint webservice?
I know I can use the _vti_bin/Versions.asmx webservice to get ...
1
vote
1answer
1k views
WSDL and DISCO file from webservice
Not so long ago, I've tried creating a webservice for sharepoint.
I followed this tutorial. In this tutorial you can see that you also need to
create a wsdl and disco file. I didn't do this, and ...
1
vote
2answers
4k views
List getListItems WebService to return sub folder contents
This List.getListItems(String, String, Query, ViewFields, String, QueryOptions, String)
webservice ( when called from Java) returns sub folders as single nodes.
Is there a way to recursively get all ...
1
vote
3answers
2k views
Possible to get distinct values from GetListItems?
I am passing this XML:
<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
...
0
votes
1answer
234 views
Unable to rerun the configuration wizard found error on “AccessServerWebServiceInstance”
This is similar to the post My Problem.
I re-ran the sharePoint Configuration wizard and found error at step 4. searched on the internet but unable to find the solution.
Problem is: (Please refer ...
0
votes
1answer
532 views
Connect client object model to https url
I am trying to connect to a remote sharepoint site through "https" Url using client object model but I am getting the following error:
The underlying connection was closed Could not establish trust ...
0
votes
1answer
755 views
sharepoint 2010 search.asmx query Problem
I use below query for people search in sharepoint 2010 using jquery
SELECT PREFERREDNAME,FirstName,LastName,JobTitle,Department,Email,WorkEmail,WorkPhone,Skills,PictureUrl,Path,Rank,MobilePhone FROM ...
