Tagged Questions
4
votes
3answers
345 views
SharePoint 2010 Query service authentication problem
I am struggling with calling search.asmx service from asp.net page. I've created proxy class using svcutil.exe and run request using following code:
var binding = new BasicHttpBinding();
...
0
votes
0answers
128 views
Sharepoint webservices authentication
I am scratching my head over this problem.
I am accessing a sharepoint list and trying to recursively get all the items authorized to me.
Below is the source code
Public Function ...
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 ...
0
votes
2answers
413 views
How do I access SharePoint web services behind a Windows-based-authentication or ISA server?
I want to access sharepoint webservices behind a windows based authentication/ ISA server so that I can getallitems of a list.
I been looking for a tutorial to do this or come up with my own logic ...
1
vote
1answer
766 views
WebHost failed to process a request for Lists web service
I get the following error when I try to access the SharePoint 2010 List web service in a web application. This error happens only when I have Kerberos as the authentication provider. If I change to ...
