Tagged Questions

3
votes
1answer
22 views

How to identify the question fields when fetching survey information from the Lists web service?

I am wanting to access survey information via the Lists web service and display the questions contained in the survey. The result contains a large number of Field nodes some of wh …
1
vote
1answer
17 views

QueryEx web services issue

I am using Microsoft Search Server 2008 (based on SharePoint Server 2007) + C# + .Net 3.5 + VSTS 2008 + ASP.Net to develop a web application which invokes Search Server 2008 Web Se …
2
votes
1answer
20 views

How to list all surveys using a web service?

I am trying to use the Lists.asmx service to gain access to surveys on a Sharepoint server. I would like to be able to list all of the surveys without showing all the other kinds …
2
votes
1answer
18 views

How to use Sharepoint web services? (esp. authentication)

I am trying to access list information on MOSS 2007 using web services. SppLists.ListsSoapClient proxy = new SurveyMerge.SppLists.ListsSoapClient(); proxy.ClientCredentials.Window …
3
votes
2answers
76 views

Best practice for developing a WebService in SharePoint?

Hi all, I've followed the following steps to build a WebService in SharePoint: Created a new project using WSPBuilder. Added a 'WebService' (Add a new web service to the layouts …
2
votes
1answer
16 views

How to generate the timeZoneInformation parameter to a CreateWorkspace method of the Meetings.asmx web service … in javascript

I want to call the CreateWorkspace method of the Meetings web service to create a subsite but I find no simple information on how to create the timeZoneInformation parameter in jav …
2
votes
2answers
41 views

How to consume a custom sharepoint web service in a sharepoint user control

i have created a custom web service in sharepoint which works fine, i am trying to use this web service in a user control but get missing assembly reference error, i have copied th …
2
votes
2answers
22 views

Add a complex service as part of a feature install

I'm wondering if anyone can point me at the best practices for installing a complex service (basically, an entire web application) into SP when doing a feature install. We have an …
3
votes
0answers
14 views

AddList method in Http Post

In a remote client, I'm trying to create a new list in a sharepoint site. Right now, I'm building a CAML string and sending it via http post to my sharepoint site. I've used this m …
2
votes
3answers
58 views

How to update multiple ListItems with a “Where Clause” using SPServices ?

I've searched the jQuery SPServices code examples and MSDN references for an simple example how to update several ListItems using a Where-Clause. Code for updating a single ListIt …
1
vote
2answers
51 views

Report generation tool for WSS/foundation

Hi folks Rather then building our own tool from the ground up I am looking for a report generation tool for SharePoint, preferably WSS/Foundation. I would like some kind of tool …
0
votes
1answer
43 views

Forms Web Service: GetFormCollection Results Not Useful

I'm trying to use the Forms Web Service, and specifically the GetFormCollection operation to get the currently set forms for SharePoint lists. Sadly, GetFormCollection seems to ju …
2
votes
3answers
94 views

How to add the /_vti_bin/Admin.asmx webservice as a service reference in Visual Studio 2008

I'm trying to use the Admin webservice of SharePoint 2007 within a console application. So I add a new service reference to my project pointing to http://<central administration …
0
votes
4answers
87 views

SharePoint webservice vs. custom webservice

I'm wondering what experienced SharePoint developer would advise me to use if I want to access SharePoint data remote, the SharePoint built in webservices or a custom webservice. …