Tagged Questions
2
votes
0answers
35 views
List Service resetting meta-data set by Copy Service
I'm seeing some strange behavior when using the SharePoint Lists web service while trying to update a document in a document library. I successfully use the Copy web service to upload the file (from a ...
0
votes
1answer
212 views
Access document meta data through webservice
When I access a document through the Lists.GetListItems web service, I get meta data in the ows_* attributes. These, however are encoded in a strange way ("[RowID];#[data]"). I'm fairly confident I ...
0
votes
1answer
376 views
Avoid metadata columns in SOAP response
I searched around the internet (and on this stackexchange site), but didnt find any answer.
I wrote a small C# application that should retrieve some data via the SOAP webservice of a sharepoint ...