Tagged Questions
0
votes
0answers
27 views
Use SharePoint web service to return a People/Group column value
When I call a SharePoint web service in a .Net ASPX website, the people column returns null (Instance of the object not found).
using System;
using System.Collections.Generic;
using System.Linq;
...
0
votes
2answers
84 views
Authentication NTLM to Sharepoint Services failed on List.asmx but works for copy.asm
I have a simple .NET WPF application. I added service reference. to
//server:port/sites/site_collection_name/_vti_bin/lists.asmx
and call it ListServ. I typed followed code
ListsSoapClient ...
0
votes
1answer
66 views
Adding Hyperlink Description to Sharepoint using webservice list.asmx
I am trying to insert a record to a sharepoint list using the webservice. It all works fine however I can not upload a Hyperlink with Description, when I try to upload it, I am giving a "0x81020020 A ...
0
votes
0answers
21 views
How to store external RSS feeds as documents into SharePoint Document library? [closed]
I want to save BBC RSS feed data in the form of documents within my SharePoint website.I want to save data on daily bases.So that if i search for any news after a month i find that inside those stored ...
-1
votes
0answers
37 views
Is there a way to restrict WebService access to SharePoint 2010 while allowing the users to access the site with browsers [closed]
I need to block the web-service calls (soap calls) to SharePoint Site. However, at the same time I need to allow the users to access the site with browsers.
I know one option is "Use Remote ...
0
votes
1answer
12 views
Inner SecurityException while using XmlSerializer
While creating a custom Sharepoint web service I received an error while attempting to serialise a class for transmission.
There are no errors with my serializable classes. They are structured in a ...
0
votes
2answers
24 views
About Web_Reference_Folder
I see Web_Reference_Folder being used in Sharepoint code examples but have no idea what it is.
What is Web_Reference_Folder?
and
How do I access it or consume it?
Code Example from ...
-1
votes
0answers
238 views
Sharepoint 2013 - Step by Step App/WebPart combined with Workflow and WebService in the backend [closed]
I want to develop a Sharepoint-based application (App or Webpart) that is able to use multiple steps as frontend for a workflow with a webservice in the backend.
In detail I would like to be able to ...
2
votes
0answers
69 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 record. The query works.
Once I add the query to my Biztalk solution the query ...
0
votes
0answers
27 views
Embedding an existing web service inside a SharePoint iframe and passing in the Authenticated user
Apologies if this doesn't really fit here, but I think I'm in that situation where I'm pretty sure the info is out there, but I just don't know what to search for to find it.
What I'm looking to do ...
0
votes
0answers
56 views
How to Set RecurrenceData Parameter to Add a Recurring Event to SharePoint?
i used UpdateListItems Method in Lists.asmx and followed http://msdn.microsoft.com/en-us/library/ms434156.aspx to add a recurring event to calendar list. but it didn't go as expected.
here is my ...
1
vote
0answers
357 views
Connect to SharePoint web service through Claims-Based NTLM authentication
We have a SharePoint server which I can reference through the following:
//DCP connection
private static dcp.Lists lists = new dcp.Lists();
lists.Credentials = ...
0
votes
0answers
80 views
Cannot over-write inititial CredentialCache value
Let me start with the setting:
- Outlook 2010 VSTO App
- Running on Win8 Enterprise
- Process spawned by Visual Studio 2010 debugger
- Destination is a SharePoint 2010 Form Library accessed over SSL
...
4
votes
1answer
132 views
Copy Web Service in SharePoint for Office 365
I am trying to upload files greater than 100 MB size to SharePoint Portal for Office 365. I have tried three different ways to achieve the same.
Copy Web Service, along with the httpRuntime Setting ...
0
votes
0answers
122 views
Authenticate sharepoint web service error
I am trying to authenticate against the authentication.asmx web service.
In visual studio, I right click on my project and click 'Add Service Reference'.
I enter the following into my address:
...