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 ...
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 ...
0
votes
1answer
16 views

Package not deploying everything in it to server

I have a package solution as, <Solution xmlns="http://schemas.microsoft.com/sharepoint/" SolutionId="id" SharePointProductVersion="14.0"> <Assemblies> <Assembly ...
1
vote
2answers
75 views

Advice on starting development for SharePoint in C#

I'm about to start development of client-side application (C# using .NET 4.0) that connects to SharePoint. Mainly to download/upload documents. I've found out that there are several options: using ...
0
votes
1answer
356 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
0answers
36 views

Can I restrict the FieldRefs that Lists.getListItems returns to specified ones only?

I am using the Lists web-service interface to SharePoint 2010 to get the items in a list. I want each returned row to have the ID FieldRef of the item but no other FieldRefs. I specify a view fields ...
2
votes
1answer
58 views

can User profile synchronization be started from a web service?

I'm trying to kick off the user profile syc using a web service. Here is what i've tried : [WebMethod] public string runUserProfileService() { var message = ""; ...
0
votes
0answers
122 views

UPS Sync started from powershell script / web service

I have a web service that is kicked off from a workflow. The web service runs a powershell script that kicks off the User Profile Synchronization job. The powershell script works perfectly if I run ...
1
vote
1answer
98 views

Windows 8 App using COM dlls of Sharepoint gives error “Cannot resolve Assembly or Windows Metadata file 'System.Web.Services.dll'”?

I have created a sample app using Windows 8 C# XAML to get site info of SharePoint 2010 using COM Dlls. I have added reference of: C:\Program Files\Common Files\microsoft shared\SharePoint ...
0
votes
1answer
116 views

how to submit and query values from web service infopath2010

I have a web service that takes a string parameter. In my infopath form I have a dropdown list that gets values from the webservice. I have another dropdown list below it that I'm wanting to ...
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
86 views

CheckOutFile() raises SoapException: “Your changes conflict with those made concurrently by another user.”

I'm trying to check out a file using the Lists web service. Here is my code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Soap = ...
0
votes
2answers
29 views

Define the service and consume it

Regarding my question, I need to consume service and do some manipulation from what i get. This includes two questions for me, basically: 1) What kind of service is that? I dont know what kind of ...
1
vote
0answers
57 views

Securing Individual Methods on Custom Web Services in SharePoint

I've created several WCF services USING CKS:DEV to be hosted in SharePoint and accessed on SharePoint pages using SharePoint. I'm using the MultipleBaseAddressWebServiceHostFactory for hosting purpose ...
0
votes
0answers
139 views

How can change task percent complete in project server programmatically?

I want to develop a client code in Java (C# api was useful till now) to change task status in a project in MS Project Server. Using wsdl I can read project entities, but I couldn,t find a way to ...
2
votes
1answer
183 views

Should we use web service lists.asmx over CAML when working with large lists

There is a list that has around 100k items in a SharePoint Site Collection. This site has been customized to serve certain business requirements through visual webparts. While, regular CRUD ...
1
vote
1answer
190 views

Windows Phone 8 with Sharepoint 2010 Connectivity

How we connect Windows Phone 8 to Sharepoint 2010 and get list data using web services I found connectivity for Windows phone 7 with Sharepoint 2010 but not found with windows phone 8.Is it same for ...
3
votes
2answers
2k views

How to upload/download document to Document Library via WEBSERVICES? Also set metadata

I want to retrieve a template document from a Document Libraries, in order to allow a user to edit it, and then upload it back again to the Document Library. I'll probably need to set some metadata ...
1
vote
5answers
8k 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
0answers
366 views

SP 2010 Windows Authentication Default Login

I want to be able to use a simple HttpModule to catch visits to a sharepoint site that don't automaticly pass windows authentication and log them in as a default windows account. I want it to be so ...
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 ...
0
votes
2answers
40 views

Sending file from SP2010 to WSS using Work Flow

I would like to send a file from one document library in SP 2010 to another document library in WSS 3.0. I was thinking web services would be the best way to do this. Can anyone point me to the right ...
1
vote
1answer
100 views

Missing XML namespace in results from List Service?

Related: http://stackoverflow.com/questions/11235139/how-to-get-this-attribute-using-linq-to-xml I am pulling the following data from the SharePoint list service: <Result ID="1,New" ...
1
vote
1answer
149 views

Web reference switches from subsite to parent site

I have an application in which I have added a web reference to: http://base/m/mysite/_vti_bin/Lists.asmx I have the following code: MyWebRef.Lists someList = new MyWebRef.Lists(); XmlNode result = ...
0
votes
1answer
33 views

SharePoint 2010 Mobile Connectors

We were looking to create SharePoint connectors for mobile.........which will provide some of the SharePoint features on mobile like Content management, Document Management, Re-branding etc....or any ...
0
votes
0answers
321 views

Cannot set SharePoint Multi-Choice field values using WCF RESTful client

I'm having very specific trouble using the SharePoint 2010 REST interfaces with a multi-choice column (e.g. a set of checkboxes). Single choice columns work fine (e.g. radio buttons or dropdown, and ...
0
votes
0answers
225 views

Sharepoint web service throwing Microsoft.SharePoint.SoapServer.SoapServerException

I am coding for consuming Sharepoint 2010 web services in Java using Netbeans. I am able to creating the web service client from WSDL using the provided wizard. When I call the following code I get ...
1
vote
1answer
327 views

Adding HyperLinks + Richtext field values via SP2010 Web Services

I've written an app that reads data via the web services in order to help my data migration process from SharePoint 2007 to 2010. I've been successful for the most part. I've been able to bring the ...
2
votes
1answer
210 views

Ways to get data from Sharepoint out of sharepoint environment

My question is Can someone tell me the possible ways, I can get data from a sharepoint 2007 list, which is secured with SSL/Https for a Windows 7 gadget(uses HTML/Java Script), (I asked my senior ...
0
votes
1answer
127 views

Sharepoint 2007 Windows Gadget [closed]

I am trying to develop a Gadget for Sharepoint 2007, which will authenticate a user and then fetch him a sharepoint list from a specific URL, For the last 4 days I have been working on it and came ...
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 ...
0
votes
2answers
133 views

How to Refresh Web Service Value

I have an InfoPath 2010 form that is pulling data from a web service. For example, I have a text box, a button, and a drop down list. The button submits the text box value to the web service. The ...
1
vote
2answers
171 views

Installing a custom webservice

I am trying to install some (old) bespoke software which contains Sharepoint webservices. Unfortunatly I don't have the documentation for this software, if there ever was any. I have been reading up ...
0
votes
1answer
372 views

Avoid metadata columns in SOAP response

I searched around the internet (and on this stackexchange site), but didnt find any answer. I wrote a small C# application that should retrieve some data via the SOAP webservice of a sharepoint ...
1
vote
1answer
174 views

Create an item (with Choice/User Fields) using Sharepoint Data Services

I am using Sharepoint 2010 Data Services to create items on a table. My table has a column called Priority which has High, Medium, and Low items in it. When I try to create an item in this table ...
2
votes
1answer
364 views

getListItems returning MyTasks not All Tasks

I am creating some customized web services for my client. I needed to fetch all the tasks in a Sharepoint list. I used following code for that: NetworkCredential credentials = new ...
2
votes
1answer
2k views

List does not exist error while using GetListItems

I am trying get Data of a list using GetListItems Method of Lists.asmx Here is my code: XmlDocument objXMLDocument = null; NetworkCredential credentials = new NetworkCredential("user", "pass", ...
2
votes
2answers
217 views

Get ContentTypeOrder of a specific folder using CAML and/or SharePoint web services

I am trying to get the ContentTypeOrder of a specific folder using SharePoint web services and caml queries. I am using the GetListItems() method of the Lists.asmx web service. The resulting xml ...
2
votes
2answers
326 views

SharePoint list.asmx web service

I want to build a office outlook application. I want to display all documents with their folder and documents. I want to get all subfolder and their document file. In Sort get all document library ...
2
votes
1answer
373 views

Change List Item Permission via Web Services?

Using web services, is there a way to assign a list item different security than the rest of the list? Lets say I have 3 rows in the list and 2 different groups. 1. A ; Group A & B can see ...
1
vote
2answers
91 views

Updating the Default View via Webservices

I am trying to find a good sample code on updating the fields that are displayed within the default view. The current code creates a list on the fly and then adds the needed columns. Once the ...
5
votes
3answers
802 views

SharePoint Web Serivces Access Denied; Only From VS 2010

After not getting much help on the last question, I decided to blow away the VM and re-create it as I already lost a week on this issue. And of course still issues, btu a little different. I am ...
1
vote
1answer
70 views

Add or Update to sharepoint with .net code

Is there any ready-made code (c#, .net) to add/update documents in SP Library? I am sure using web services. Can anyone please suggest? Also, is there a way to get the Doc ID back after an item has ...
1
vote
1answer
1k views

Setting User column value via Client Object Model

I'm trying and failing to set the value of a User column via the SharePoint client model: int userID; string displayName; /* Look up userID and displayName from Web Service here */ ...
1
vote
1answer
127 views

Creating an asp.net page that calls on a SharePoint 2010 Service Application

I am trying to create a simple web page with three text boxes. I then pass the three values to a client for a SharePoint service application. However, when it calls on the SharePoint service ...
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. ...
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 ...
1
vote
2answers
453 views

Creating item using SharePoint web services

I need to create an item in a SharePoint list using Lists.UpdateListItems web service. I have created a batch method and populate it with these fields. <Field ...
0
votes
2answers
514 views

Document Moved Error when using SharePoint Web Service

I have a windows application where i added a web service to sharepoint Lists.asmx. When i am using the GetListItemChangesSinceToken() method i get an error: The request failed with the error ...
1
vote
1answer
444 views

User profile sync with AD and custom provider

This is kind of sequel for [question]: How to bulk import User Profiles from a legacy system and pre-create MySites. After research I went with next strategy: Part of users in new system will be ...

1 2