14.0 Introduction


Web services hold the promise of revolutionizing the way that organizations of all kinds share data. They provide a standard, universal means of data exchange within the grasp of the average programmer. And beyond that, they are easy to get started with.

For those new to the subject, web services are modular applications that can be described, published, located, and invoked over standard Internet protocols using standardized XML messaging. Applications use the XML-based SOAP for the exchange of information in a loosely coupled, distributed environment. Applications posted to the Web are described with the Web Services Description Language (WSDL) and are registered with a private or public service registry using the UDDI standard, such as http://uddi.microsoft.com or http://uddi.ibm.com.

This chapter shows you how to deal with a number of common web service scenarios and overcome some of the typical problems you might encounter. Detailed coverage of web services would require an entire book. For a tutorial on web services, we recommend Programming .NET Web Services, by Alex Ferrara and Matthew Mac-Donald (O'Reilly).

Web Service Enhancements (WSE) 2.0 is an add-on for Visual Studio that simplifies the development and deployment of secure web services. For more information on WSE, see http://msdn.microsoft.com/webservices/webservices/building/wse/default.aspx.




ASP. NET Cookbook
ASP.Net 2.0 Cookbook (Cookbooks (OReilly))
ISBN: 0596100647
EAN: 2147483647
Year: 2003
Pages: 202

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net