Archive for the ‘Web Service’ Category
GetListItems only returns 100 items
Introduction: In this article I will describe that why GetListItems only returns 100 items.. This will use below terms:- 1. GetListItems: its a sharepoint webservice method. 2. lists.asmx: its a sharepoint webservice.
June 16, 2014
·
Infoyen ·
No Comments
Posted in: SharePoint, Web Service
Create Folder in SharePoint using Web Services
Introduction: In this article I am going to explain you that How to create folder using sharepoint web service. To do this we will be using DWS.asmx web service and “CreateFolder” web method. “CreateFolder” Creates a subfolder in the document library of the current Document Workspace site.
March 20, 2012
·
Infoyen ·
No Comments
Tags: DWS web service, Dws.CreateFolder, How to create a folder in a list using web services, Web Service, Web Service code to Create new folder in document library · Posted in: MOSS, SharePoint, Web Service
How to: Update List Items using sharepoint web service
Introduction: In this article I am going to explain you that How to update list item using sharepoint web service. To do this we will be using Lists.asmx web service and UpdateListItems web method. UpdateListItems Adds, deletes, or updates the specified items in a list on the current site. Syntex Code:- public XmlNode UpdateListItems (string […]
March 20, 2012
·
Infoyen ·
One Comment
Tags: How to: Update List Items, Lists web service, Lists.UpdateListItems Method (Lists), Update taxonomy field values in a list item through SharePoint web services, Web Service · Posted in: MOSS, SharePoint, Web Service
GetListItems in the lists Webservice
Introduction: In this article I am going to explain you that How to get list item using sharepoint web service. To do this we will be using Lists.asmx web service and GetListItems web method. GetListItems Returns information about items in the list based on the specified query.
March 16, 2012
·
Infoyen ·
No Comments
Tags: GetListItems web service method, Getting all items in all folders using the Lists.asmx Web Service, Lists web service, Lists.GetListItems, retrieve list item from the Sub folders by using Lists.asmx web service, Return List Items, Web Service · Posted in: MOSS, SharePoint, Web Service
Upload file in document library with metadata including lookup field using sharepoint web service
Issue When we try to upload document (especially pdf) with metadata association to sharepoint document library using CopyIntoItems method of Copy webservice. Then it works great for upload & association of metadata. However it has one issue: It could not update metadata for lookup column but it does not throw any error also. Description This […]
February 23, 2012
·
Infoyen ·
8 Comments
Tags: Copy webservice, CopyIntoItems, Lists web service, UpdateListItems web service method, upload document using Copy.asmx, upload document using CopyIntoItems, upload document using sharepoint web service, Upload file in document library using sharepoint web service, Web Service · Posted in: MOSS, SharePoint, SharePoint 2010, Web Service