|
Sponsored Links
Resources
.NET Research Library
Get .NET related white papers, case studies and webcasts
|
News
News
News
|
Messages: 2
Messages: 2
Messages: 2
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Using SharePoint 2003 Web Services To Retrieve List Data
SharePoint 2003 has a full suite of web services to enable developers to modify data in SharePoint sites. However, actually using the data retreived from the web service is not quite as easy as it might seem. In this featured blog, Paul Ballard shows three different methods for using the data retrieved from the SharePoint Lists web service.
After showing a list of available web service and how to add a reference to a SharePoint list to your .NET project, the article goes into detail about the format of the data retrieved from the web service.Many of you may recognize this XML format as that of an ADO Recordset with the columns of the records prefixed with “ows_’. While a relatively simple format, it’s not conducive to working with the data in .NET. The article then shows three methods for using the data inside a .NET application; Converting it to a Dataset, using XPath Queries, and XML Serialization.
Read Using SharePoint 2003 Web Services to Retrieve Data From A List
|
|
Message #179175
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Free tool to query WSS web services
I have developed a WindowForms application to call these various WSS web services. I use it to test my input parameters to these web service calls. The application serializes and displays all output as XML inside a textbox. If the output is returned as an ADO recordset, then it will display the result inside a DataGrid. These is a set of examples that query my WSS site to demonstrate the usage of the application. Both binary and source-code versions of the application are available for download.
|
|
 |
Hot threads
Hot threads
Hot threads
|
More hot threads
More hot threads
More hot threads
|
 |
Speaking at EclipseCon 2006, Java developer and independent consultant Madhu Siddalingaiah compared Microsoft's Visual Studio IDE to the open source development environment of Eclipse.
(32 comments,
last posted
December 29, 2007)
In this tech talk, Microsoft's Peter Provost talks about the design of the Composite UI Application Block and how the p&p team has led Microsoft in the adoption of Agile methodologies.
(0 comments,
last posted
April 17, 2006)
Chapter 4 of Framework Design Guidelines, titled "Type Design Guidelines," presents patterns that describe when and how to design classes, constructs and interfaces. In this chapter, Abrams and Cwalina divide types into four groups and discuss the do's and don'ts of type design.
(2 comments,
last posted
July 07, 2006)
Paul Ferrill caught up with prime open-source .NET applications driver Miguel De Icaza at Novell's BrainShare conference last week. They discussed the status of Windows Forms for Mono (it's coming along) and VB.NET for Mono (it looks like it's out).
(5 comments,
last posted
March 30, 2006)
In this tech talk, Microsoft Visual Studio architect Jack Greenfield discusses the company's approach to Domain-Specific Languages, or DSLs, and the part they play in software factories.
(0 comments,
last posted
March 15, 2006)
More hot threads »
|
|