December 2003
Intermediate to advanced
504 pages
10h 42m
English
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 ...