Miscellaneous Debris

Avner Kashtan's Frustrations and Exultations

Browse by Tags

All Tags » C# » 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)

Some more glaring omissions in the Sharepoint 2007 SDK and Web Services
I downloaded the new Sharepoint 2007 SDK today, published last week though it's dated from April 2007. There appears to be no change history for this version of the SDK. I was hoping for more information on new Web Service methods available in 2007 -...

Posted Wednesday, July 18, 2007 11:57 AM by Avner Kashtan | 3 comment(s)

Filed under: , ,

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