0
votes
1answer
23 views
SharePoint : how to get the list static name via web service method
When I create a list in sharepoint using a feature I specify the staticName which becomes part of the URL to the list.
When I query the list, and want to get the name - now all t …
0
votes
1answer
30 views
Consume a webservice - WS Security
I am about to develop a windows applikation which need to communicate with an Axis2 webservice using Web Service Security - all the documentation says is, that the SOAP security co …
0
votes
2answers
20 views
Sharepoint WSS 3.0 Attributes returned from GetListItems
Is there some definition around the attributes that are returned from the Lists.GetListItems? I am able to view the attributes retuned just fine but I am wondering if they would e …
0
votes
2answers
39 views
SharePoint 2007 : Get all list items in a list regardless of view from web service?
I need to check for duplicates. Currently I have items stored in sub folders in a list.
How can I retrieve all items in the list from a web service, so I can check for duplicates …
0
votes
1answer
29 views
Sharepoint: How to get the root folder address of a list using web services?
I would like a reliable way to get the root folder address of a list using web services?
Is it possible or do I need to revert to some string manipulation, which is subject to err …
1
vote
3answers
74 views
Windows SharePoint Services Search won’t stop
Background: I had been asked to create a second Sharepoint application server to reprovision the one that is currently in the SharePoint Farm. I installed the os, SharePoint, and S …
0
votes
3answers
65 views
Difference between Windows Share Point Service and MOSS
What is difference between Windows Sharepoint Service and MOSS (Microsoft office Sharepoint). If I have the WSS 3.0 installed in my machine, I can create a sharepoint site, using S …
0
votes
2answers
36 views
SharePoint : web service permission error
I have a sharepoint site, and I am calling a standard sharepoint web service.
I create the web service request like this :
wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx";
…
2
votes
4answers
54 views
SharePoint 2007: Possible to copy a list instance from 1 server to another without using a feature?
I am not server admin on one of our production systems, neither do I have SQL permissions because of this I need to ask someone to install a WSP package, its annoying.
Is there a …
1
vote
2answers
155 views
SharePoint List View - DateTime in the Query String
I am writing a view for a list of events in SharePoint (Schema.xml) and I want to filter the results according to a DateTime (i.e. only display the events that start between 2 date …
1
vote
3answers
38 views
SharePoint 2007: List theory Question
I'm writing a solution around MOSS 2007. And storing fairly large quantities of data in a list.
My first question is: Can lists handle large quantities of data - around 200 000 i …
0
votes
3answers
79 views
SharePoint Feature Activation - Value does not fall within the expected range
I have started writing a simple feature to create a site column, and a content type. If I try to activate the feature as such, it gives me the error Value does not fall within the …
0
votes
1answer
84 views
WSS GetListItems Not Returning Folders without Inherited Permissions when Calling with GUID
WSS 3.0 List Service
I am running GetListItems() on a Picture Library (name Pictures) using the follow CAML query:
<Query>
</Query>
<ViewFields>
<FieldRe …
0
votes
1answer
71 views
Sharepoint: Check if item exists in a sharepoint list subfolder via webservices?
My original question here answers how to check if an item exists in a list, but this doesn't work for items in sub folders in the list.
How can I check if an item exists, regardl …
0
votes
1answer
68 views
SharePoint: How to create a folder in a list using web services
Following up on my previous question here, in which I answered how to create a folder in a document library. I now need to create a folder in a list, however it seems the webDav ap …
