Tagged Questions
2
votes
1answer
93 views
Simple Way to Get Data from WSS 3.0 List to Excel via Web Services
Is there any simple way to get live data from a WSS 3.0 list into Excel via web services or am I going to need to write code?
I understand I can export the list data, that is far too manual.
0
votes
0answers
49 views
Site Content Type to Create New Web Part
I'm trying to create a content type that opens a new Web Part Page.
I currently have a document library and I want the user to be able to click 'New' and then select the option to create a new web ...
0
votes
2answers
40 views
Sending file from SP2010 to WSS using Work Flow
I would like to send a file from one document library in SP 2010 to another document library in WSS 3.0. I was thinking web services would be the best way to do this. Can anyone point me to the right ...
1
vote
1answer
219 views
Using Web services - could not load type
I have written a bridge between my application and the Sharepoint webservices, to return the data to my project in a useful format. However When any line tries to create a new instance of this ...
2
votes
1answer
373 views
Change List Item Permission via Web Services?
Using web services, is there a way to assign a list item different security than the rest of the list?
Lets say I have 3 rows in the list and 2 different groups.
1. A ; Group A & B can see
...
1
vote
2answers
94 views
Updating the Default View via Webservices
I am trying to find a good sample code on updating the fields that are displayed within the default view.
The current code creates a list on the fly and then adds the needed columns.
Once the ...
5
votes
3answers
806 views
SharePoint Web Serivces Access Denied; Only From VS 2010
After not getting much help on the last question, I decided to blow away the VM and re-create it as I already lost a week on this issue. And of course still issues, btu a little different.
I am ...
6
votes
3answers
578 views
SharePoint Web service requests take 30-60 secs initially
When trying to access SharePoint WSS 3.0 server using the web services API, the software service we are developing will hang anywhere between 30-60 seconds when making any call (pick anyone of them, ...
0
votes
2answers
1k views
Connecting to InfoPath with UserGroup web service - “Unable to create a schema”
Using: InfoPath 2003, SharePoint 2007 WSS
I've tried Googling the problem and got nothing helpful, and this is my first time trying to use a web service to connect InfoPath and SharePoint, so bear ...
1
vote
1answer
141 views
Is it possible to find out what template was used to create a site using the SOAP service?
I am connecting to a SharePoint 2010 server(which I don't control) using the SOAP service (.asmx)
I need a list of sites which were created using a certain template.
Is it possible to create a CAML ...
2
votes
1answer
240 views
Content DB log files growing out of control when using Lists.asmx to update three fields on a library
I've created a console application to migrate files from legacy SharePoint servers to a new server utilizing SharePoint Foundation 2010. I'm using Lists.asmx to get list information and update three ...
4
votes
1answer
1k views
How to get ALL list items regardless of view using Lists webservice
I have a list with only one view exposed on it (default view). That list has a filter with a field Assigned To = [Me] so all users logged in can only see their own list items. This list items get ...
1
vote
2answers
281 views
Why are Imaging web service uploads taking 10-15 sec to upload a 640px image?
We are using the imaging.asmx upload function to upload a VGA image and then use the file name to get the ID and update the properties of the image using an UpdateListItem call.
The time taken to ...
1
vote
2answers
409 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 write a web part it ...
