In Brief

  • Web services developing in .NET is primarily enabled through .asmx files. .NET Framework makes Web services development a very simple task. Developing a Web service is really as simple as creating another .NET class with attributes.

  • Visual Studio .NET 2003 provides integrated development, project management, and debugging of Web services. In addition, Visual Studio .NET makes it quite easy to consume Web services using a simple Add Web Reference dialog box.

  • Returning DataSets as return values of Web service methods allows Web services to be used as an essential architecture for distributing .NET components in an application.

  • Web services can participate in transactions, but can only initiate a new transaction and cannot include other Web ...

Get Microsoft® .NET Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.