0
votes
2answers
11 views
Deploying a sharepoint web service with Powershell
Is it possible to install a web service to sharepoint 2010 using powershell rather than using a solution package? I'm currently doing this via a mapped folder/ISAPI approach inside …
1
vote
1answer
25 views
How to add items to a wiki page library in Sharepoint via Web Services?
Well, the title says it all, There is not information around about this, the only link I found related to this problem, is:
http://sites.google.com/site/sharepointwikiuploader/
a …
0
votes
0answers
9 views
End User Migration Tools
Hello,
I am looking for a tool that would allow end users to migrate SharePoint content.
Mandatory:
Works across ALL SharePoint platforms (2003, 2007, 2010)
works for document …
1
vote
1answer
24 views
Getting a web service with Powershell
I wanted to update a web application web.config via Powershell, and found this post really helpful.
I'm intrigued as to how to this bit of code works, particularly the $closedMeth …
2
votes
1answer
53 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 th …
0
votes
2answers
217 views
Manage User Profile Custom Properties using BCS
We want to write a Custom Webservice to pull the User Profile Properties from SharePoint 2007 and should be able to consume the same Webservice in BCS (SharePoint 2010).
AIM:
1. R …
0
votes
2answers
138 views
SiteData service: some methods give Access Denied
We recently migrated some applications from SharePoint 2007 to SharePoint 2010.
The application uses the SiteData.asmx web service.
After the migration there are Access Denied err …
2
votes
1answer
37 views
Web service authentication with multiple authentication types
I am trying to pull data from the list.asmx web service from a console application. I am using clams based authentication, and whenever only integrated Windows Authentiation is ch …
0
votes
1answer
15 views
How to Trace JAR file execution is hosted on IIS6.0 Server. [closed]
We are using few JAR files in our web-application hosted on IIS6.0 Server and those files are used in somepages, we want to trace the execution of those files (both in client and s …
0
votes
2answers
45 views
Server-Related problem when using WCF to communicate with sharepoint
I have a simple get list method for sharepoint
/// <summary>
/// Returns a list of sharepoint lists
/// </summary>
/// <returns>A list of sharepo …
0
votes
1answer
14 views
Run Windows 7 and Windows Server Together
Hi. I am running SharePoint Foundation on Windows 7 as a development platform. I have had some problems with web services not working as a data source. I was instructed to work …
0
votes
1answer
105 views
GetListItemsAsync to retrieve files from SharePoint 2007
I want to retrieve only the documents that are present inside a specific folder of a document library using GetListItemsAsync method.
Here is how i call it:
sc.GetListItemsAsync( …
1
vote
2answers
163 views
401 authentication error when calling OpenWorkbook method of ExcelService.asmx
We are trying to call the Excel Services web service using SOAP with a Sharepoint/domain admin account.
I see 401.2 errors in the IIS logs. There is no user name specified the …
1
vote
2answers
119 views
Calling a web service under the WSS virtual directory gets 401 unauthorized
I have a simple web service that is in a virtual directory under a WSS 3.0 web app virtual directory. If I log on to the box and use IE to execute the web service it works. If I wr …
0
votes
0answers
7 views
DataView consuming webservice that uses ISO-8859-1 encoding is unable to display Norwegian characters
One of our customers have made several webservices returning data from their backend systems. We need to display this data inside Sharepoint, and we would prefer to use the Datavie …