Miscellaneous Debris

Avner Kashtan's Frustrations and Exultations

Browse by Tags

All Tags » CodeSnippets » SharePoint (RSS)
Dynamically creating a Sharepoint Web-Service proxy instance
In my current code, I find myself accessing many Sharepoint web services. In one run of code I can access 5-6 different web services on dozens of different sites, not necessarily even on the same server. Given that I find myself writing a lot of boilerplate...

Posted Monday, September 03, 2007 7:55 PM by Avner Kashtan | 5 comment(s)

Retrieving all properties for a Sharepoint list
When we call the GetListItems or GetListItemChanges methods in Sharepoint's Lists Web Service, we pass an XmlNode parameter specifying which fields we want to return, in this format: <ViewFields> <FieldRef Name="ows_ID"/> </ViewFields>...

Posted Sunday, June 03, 2007 10:33 PM by Avner Kashtan | 4 comment(s)

Filed under: , , ,

More Posts