Page view counter

These tutorials demonstrate selected features in ASP.NET version 2.0, but they are compatible with later versions of ASP.NET as well. For the current documentation, see the ASP.NET portal on the MSDN Web site.

 

 

   Welcome   |   ASP.NET   |   Web Services   |   Class Browser   
  |   I want my samples in...      

ASP.NET Web Services QuickStart Tutorial

Return Various Data Types



ASP.NET Web Services gives you a wide range of flexibility in how you structure the messages passed to and from Web services. This sample shows examples of WebMethods that return the following data types:
  • Primitive (String)
  • Array of Primitives (Integers)
  • Enumeration (Enum)
  • Class/Struct
  • Array of Classes/Structs
VB Sample Caption
Run Sample View Source



Microsoft .NET Framework SDK QuickStart Tutorials Version 2.0
Copyright � 2005 Microsoft Corporation. All rights reserved.