Tagged Questions
0
votes
1answer
18 views
Return TreeView from WCF Service in SP2010
How to return TreeView from WCF Service ? Its giving error when we set return type as TreeView
0
votes
0answers
27 views
403 - Forbiddeden Exception while accessing SharePoint 2010 WebService
I am getting 403 - Forbidden Exception while accessing a SharePoint 2010 web service. However, the same user is able to access the same SharePoint site with the browser.
The authentication used is ...
0
votes
1answer
27 views
Subsites data not retrieved via the SOAP API
I have a vanilla setup of Sharepoint 2007. A few subsites are also created. When the SOAP API is used to access the base Sharepoint site (for eg. http://spserver.com) the list of subsites and other ...
0
votes
2answers
50 views
Stock Ticker when User cannot access internet
I have seen a similiar project, but I want to know if a better way to accomplish this.
I am working with a SharePoint Foundation environment. Enterprise would like to have a stock ticker of ...
0
votes
0answers
33 views
Web serive API code calls are working fine on debug mode. But from the direct browsing the sitepage its giving error
I am facing a strange issue. It looks like silly but it took lot of time to figure it out.But still i do not find solution.
I am fetching few of few data sources(connecting to 3rd party web service) ...
0
votes
1answer
64 views
Feature activation Object Reference error with ConfigurationManager
I am writing a feature, on activation it must create an entry in a list for every entry in a document library. I am using a webservice to get to the list which is on another sharepoint site. I am ...
1
vote
1answer
104 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 ...
1
vote
1answer
56 views
How do I update or add field in a list item so that the value is a space character
I am building an event handler. When items in a library on one server farm are updated or deleted, I take that information and ammend a list that resides on another site. I require that one of the ...
0
votes
2answers
29 views
Sorting direction: Views.GetView method
I use SharePoint Server through web-services.
To get View schema I use GetView method of Views.asmx. But it returns only FieldRefs with Names, without isAscending. How would I know if View's field ...
0
votes
0answers
53 views
How can I manipulate sharepoint ajax calls into the pipe line?
I built a SP server code that , (I don't know why) make some trouble into the client side code.
When the page is loaded for the first time, I notice that every single item in the page, they are not ...
5
votes
1answer
71 views
How can i enable Group calender?
I found that the "EnablePeopleSelector" property changes the calender into a group calender.
I am unable to set the value for tat property using csom or webservices..
My webservices snippet is as ...
1
vote
2answers
341 views
How to register a new http module n the web config
I built a http module. I copied into the GAC .
Then, I put into the WebConfig file lke this :
<httpModules>
....
<add name="MyAssembly" type="MyAssembly.Global"/>
...
3
votes
3answers
679 views
Sync Google Calendar with sharepoint Calendar
How to synchronize Google calender with SharePoint 2010 calender ?
1
vote
1answer
191 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 ...
1
vote
1answer
940 views
CAML query in getLIstItems method returns no rows of items
I am invoking Sharepoint's List Web services and using the getListItems() method. In particular, I am keen on specifying a CAML query because I really want it to just retrieve one item that I am ...
1
vote
1answer
424 views
SharePoint 2010: Web Service to add links to User's Quick Link
I am looking out to build a solution using SharePoint 2010 where in user's can add bookmark to any page.
I thought My Links will be a good place to keep user's bookmark.
Is there a web service in ...
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 ...
0
votes
1answer
550 views
Microsoft SharePoint Foundation Workflow Timer Service documentation
I've been doing a series of scalability tests on some SharePoint server farms... in my report I've included some notes that in my testing, the Microsoft SharePoint Foundation Workflow Timer Service is ...
1
vote
1answer
1k views
Users can't access the Web services from an InfoPath form
I have an InfoPath 2010 form that is published to a form library in SPS 2010 foundation and set to load in the thick client. When a user tries to open the form it prompts them for their user ...
2
votes
2answers
659 views
Overwrite SharePoint document using CopyIntoItems service of Copy.asmx
I am doing SharePoint implementation at iPhone/iPad side. I use SOAP/REST api calls for implementing this. One of my functionalities is to upload contents to SharePoint document libraries. I use ...
0
votes
1answer
190 views
SOAP error when trying to access data and template from Designer
I get the following error message when trying to view a msater page or try to view data from SharePoint Designer:
soap:ServerServer was unable to process request. ---> Value does not
fall within ...
0
votes
0answers
106 views
Read Shared Documents from Sharepoint 2010 in .Net Framework 4.0 application
I have to read Shared Documents from all sites/subsites of Sharepoint in my Console application which will run on the same machine where Sharepoint is installed but it will be based on .Net Framework ...
1
vote
3answers
477 views
How to get a SPListCollection through a custom sharepoint 2010 web service?
How to get a SPListCollection through a sharepoint 2010 web service? Is it possible?
I was trying like this:
using (SPSite osite = new SPSite(siteUrl))
{
using (SPWeb oweb = osite.OpenWeb())
...
1
vote
1answer
665 views
Exception occurred while connecting to wcf endpoint
I get very strange exception "exception occured while connecting to wcf endpoint .... access denied". only when I go to any Document Library.
I logged on as Administrator and I have added "Full ...
1
vote
1answer
65 views
Ideal way to Secure Custom Application
We are developing an application which is going to do some CRUD operations for a couple lists and offer our customers to download files.
We are using REST services as well as Sharepoint Web Services.
...
0
votes
0answers
269 views
Move Sharepoint 2010 and SQL from one server to 2 different servers
I am moving a server that has Sharepoint 2010 Standard and SQL 2008 R2 installed to 2 different servers.
Could someone explain in detail, what are the steps to achieve this?
What are the things that ...
0
votes
0answers
259 views
Access Denied Error While viewing lists.asmx
In sharepoint 2007 I have tried to access the lists.asmx service(http://sppcd2/_vti_bin/Lists.asmx) in the browser. But I am getting an access denied error. I am site collection admin of the web ...
1
vote
0answers
385 views
Cannot get web analytics from SharePoint 2010
Looks like something is broken with User Profile service.
Logs to follow:
Name=Request (GET:http://ocoewfe:9999/_layouts/WebAnalytics/WebAppSelection.aspx)
User Profile Application Proxy failed to ...
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 ...
2
votes
1answer
348 views
Dropbox access from SharePoint
I am new to Dropbox, and I'd like to know if there is an easy way to access Dropbox content from SharePoint 2010 / Office 365.
For example, should I consider BCS? Or is there a way to work with the ...
0
votes
1answer
845 views
Workflows Fail on Start when adding an item to a list programmatically
I have a custom built web service that is built to simply add items into a list in SharePoint Foundation 2010. I have workflow attached to the list but when I create an item using my web service ...
0
votes
2answers
1k views
How to login into SharePoint without forms authentication
I have SharePoint Server 2010 with windows authentication(ntlm).
We are working in java and want to authenticate a user, which is in active directory.
We tried using authentication.asmx but it ...
2
votes
2answers
594 views
Does Sharepoint offer live editing?
I'm hoping someone can alleviate my confusion.
I'm trying to find out if any Sharepoint versions offer something like Google Docs' live-editing capability. What I mean is: Two people can edit a ...
2
votes
1answer
532 views
Can I use asp.net web service in Sharepoint project?
I had create .asmx webservice in asp.net projects. my doubts that is this able to use this webservice in sharepoint project?
suppose this is my code
source: function (request, response) {
...
2
votes
1answer
4k views
Creating Custom Web Service on Sharepoint 2010
I'm new to web services and i've been trying to create a custom one using this tutorial:
http://msdn.microsoft.com/en-us/library/ms464040.aspx
I've named my service as Files and created a new method ...
2
votes
1answer
240 views
Content DB log files growing out of control when using Lists.asmx to update three fields on a library
I've created a console application to migrate files from legacy SharePoint servers to a new server utilizing SharePoint Foundation 2010. I'm using Lists.asmx to get list information and update three ...
1
vote
1answer
308 views
Getting the userinfo from specific sharepoint site using sharepoint web service
I am using /_vti_bin/usergroup.asmx service and getting the userinfo using GetAllUserCollectionFromWeb(). But i need to pass in the specific site and need to get the users info of that site alone. ...
