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
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

“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 ...
3
votes
1answer
177 views

How can I pass authentication for asmx service in SharePoint 2013 (Online)?

I found that CSOM API don't allow modifying user profiles properties in SharePoint 2013, but this function is still in asmx user profile service. I know that SharePoint online users oAuth for ...
0
votes
2answers
129 views

accessing the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model)

I want to access the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model) using JavaScript or REST service or Webservice which I can call from Javascript. ...
0
votes
0answers
42 views

Question about building custom Sharepoint Online sites via a webservice

Pardon my ignorance, but I'm very new to the world of Sharepoint. We have a Sharepoint 2007 server that we'll be possibly upgrading to Sharepoint Online. One need we have is the ability to create a ...
1
vote
1answer
62 views

Creating list from feature and modifying library content types using web services?

I am creating a CRM online plugin using the SharePoint web services. Both of these sites are hosted in Office 365, so I am stuck with SharePoint web services. I am trying to create new asset libraries ...
0
votes
0answers
18 views

How can I access SharePoint Rest Interfaces on iOS [duplicate]

Possible Duplicate: How to Connect an iOS App to SharePoint Through Office 365 I wanted to access SharePoint Rest interfaces in my ios app. Lets say I wanted to use the service below: http ...
0
votes
0answers
151 views

SharePoint 2010 Event Receiver to Copy Documents to SharePoint Online

I need to write an event receiver that will copy documents added on a local SharePoint library to a SharePoint Online (office 365) library. I have added a service reference to the copy web service ...
0
votes
0answers
61 views

SharePoint Online to Azure Web Service

Situation: I'm trying to send a message from my SharePoint Online page to my Azure Web Service with json. This works great on a simple ASP.NET website, but on SP Online, I get a message ("Access ...
1
vote
0answers
75 views

SharePoint Online External Sharing Feature - Available through API?

I have a case where we would like to create a web part for use in SharePoint Online where users can request to share a site with an external vendor. We would like to automate the process of Sharing to ...
0
votes
1answer
105 views

Custom Poll Web Part

I am creating a custom poll webpart using the following two lists: 1) QuestionList : Stores questions of poll (QuestionId,QuestionDate,Votes,TakenBy) 2) OptionsList: Stores option pertaining to a ...
2
votes
0answers
221 views

Getting item level security on SharePoint online through standard web services

SharePoint 2010 and 2007 have a known limitation where you can't access item level security metadata (for example permissions assigned at folders and list items) using the standard web services ...
7
votes
1answer
1k views

List View Lookup Threshold Exception not thrown when submitted without Query element

SharePoint 2010 includes a list view lookup threshold as part of its resource throttling. Columns that count as a lookup include Lookup, taxonomy (managed metadata), and User (PersonOrGroup) The ...
0
votes
0answers
193 views

Get last one version of SPFileVersion

I'm trying to implement a method that retrieve a "file version" that will must be the same of the parameter number I'm going o pass. SPListItem item = attachments.First(); ...
2
votes
2answers
638 views

Get listitem using jquery or javascript from Office 365(Sharepoint Online)?

there are good solutions to get data from office 365, and move it to another platform using client object model.. i.e Wictor Wilen solution. its work in code behind. i have tried to get list data ...
1
vote
2answers
404 views

Office 365 list data using jquery

I am doing azure project in that i want to get list data from sharepoint online(Office365) So it is possible using jquery?
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. ...