Tagged Questions
0
votes
1answer
649 views
UserProfile WebService understanding permission required to create user
I've currently written a proof of concept console application to add a single user to our user profile service, using the SharePoint web services
http://sharepoint/_vti_bin/userprofileservice.asmx.
...
0
votes
1answer
192 views
Site Data web service requires “Site Collection Administrator” permissions
The Site Data web service requires "Site Collection Administrator" permissions. This seems to be a fairly far-reaching permission to grant. Is there a way to programmatically determine which sites the ...
1
vote
1answer
188 views
Unable to Navigate to ASMX
I've created a custom webservice and I have deployed it to the server (ISAPI), it shows up as a webservice on my local machine when I try to select a web reference from Visual Studio.
However I can't ...
6
votes
3answers
578 views
SharePoint Web service requests take 30-60 secs initially
When trying to access SharePoint WSS 3.0 server using the web services API, the software service we are developing will hang anywhere between 30-60 seconds when making any call (pick anyone of them, ...
3
votes
2answers
942 views
Web Service UpdateListItems User Permissions
I'm trying to do an AJAX SOAP call to the Lists web service, specifically UpdateListItems. The query isn't malformed, and is working appropriately when using a user with full permissions. When a ...
3
votes
2answers
438 views
Restricting access to certain out of the box SharePoint web services
As the title explains, I want to restrict access for certain web services in the SharePoint environment. Is this possible and how do you pull it off? Not finding much to support that it is. I do ...
0
votes
2answers
250 views
How can I get permissions of a document in sharepoint 2007 using web service?
I want to get permissions of a document in sharepoint 2007 using web service and export them to an excel file.
The result should be something like the following content:
document -> click "edit ...
2
votes
1answer
773 views
Weird error when creating a site collection from a Claims authentication WCF service
I'm having trouble adding a new site collection, from a service hosted in a claims enabled SharePoint web application. The authentication works just fine (I can confirm the identity of the user while ...
0
votes
1answer
808 views
How to inherit parent site permissions when creating subSite using webservice
Using Sharepoint 2007 webservices from a .Net web application I create a subSite (CreateDWS method). I was originally hoping that the parent permissions would be inherited but no such luck.
...
1
vote
2answers
1k views
Calling a custom SharePoint web service from ASP.Net AJAX gives a 403 error?
I have developed a custom SharePoint web service, and deployed it to /_vti_bin/myservice.asmx. As a "regular" user, browsing to that ASMX URL works fine. When I try to browse to ...

