Tagged Questions
1
vote
1answer
53 views
NTLM web service call to sharepoint 2013 web application with claim authentication over NTLM users
I have a webservice (no vcf) with Windows authentication(impersonate="true"), that uses the SharePoint 2013 Object Model.
When I call a webservice method that operates on a SharePoint Web Application ...
0
votes
1answer
60 views
error, while trying to access the webservices from infopath form
I am getting the following error while trying to access a custom webservice from an infopath form to fetch some data. I have already gone through the actions described in the error message, but the ...
1
vote
2answers
271 views
SharePoint 2010 Webservice: URL could not be found
Always getting the following error while trying to create a spsite-object:
The Web application "http://myApplicationURL/" at could not be found.
Verify that you have typed the URL correctly. If ...
3
votes
0answers
62 views
Problems with External List and Creating New Item with Webservice
can anybody verify that inserting new Items through SharePoint Webservice Method Lists.UpdateListItems is errornous?
I always get the Error:
0x80070057Bad parameter passed to Web Server ...
0
votes
1answer
389 views
Taxonomy.asmx returns sometimes 'No credentials are available in the security package'
I've created a WCF WebService which connects to the Taxonomy service from SharePoint with a 'Service Reference' in Visual Studio 2010 to the ...
3
votes
2answers
1k views
SharePoint 2010 - Strange errors starting this morning
A few hours ago, one of the site owners sent me an email saying that they "couldn't click on anything". Upon more inspection, it turns out that they do not have access to the ribbon bar, cannot click ...
1
vote
1answer
95 views
Web-based InfoPath form that “vanish” after submit in SharePoint 2007 Library
I have a problem with my InfoPath form in my SharePoint 2007 library.
The InfoPath form is a web enable and will open in the browser.
However, after submit the InfoPath form, and click that link ...
0
votes
1answer
488 views
error when calling the GETTERMSETS method using the taxonomyclientservice
do you have any idea about this type of exception "System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Data at the root level is invalid. Line 1, position 1."
I ...
2
votes
1answer
772 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 ...
2
votes
2answers
187 views
401 IIS Error for SearchAdmin.asmx
I have a three server SharePoint 2007 MOSS environment where my IIS logs continue to get pounded with 401.1 and 401.2. These logs are filling up so much that they consume my HDD. I can tell from ...
3
votes
2answers
1k views
SharePoint search web service error (NTLM) when called from HttpHandler
Here is my scenario: I have a SharePoint site I am working on, and it is on one server farm. In this site, I have created an HttpHandler that uses a SharePoint search webservice that is located on a ...