Web Services (How Do I in Visual Basic)
This page links to help on widely used Visual Basic tasks for creating Web Service applications. To view other categories of popular tasks covered in Help, see How Do I in Visual Basic.
In General
Walkthrough: Creating and Using an ASP.NET Web Service in Visual Web Developer
Demonstrates creating a simple Web service in Visual Web Developer.Walkthrough: Creating a Web Service Using Visual Basic or Visual C#
Explains how to create a Web service that converts temperatures measured in Fahrenheit to Celsius.How to: Create ASP.NET Web Service Projects
Provides instructions on how to create a Web service using the ASP.NET Web Service project template.How to: Connect to Data in a Web Service
Describes how to create a connection between your application and the data returned from a Web Service using the Data Source Configuration Wizard.
Create a Web Service
Walkthrough: Creating and Using an ASP.NET Web Service in Visual Web Developer
Demonstrates creating a simple Web service in Visual Web Developer.Walkthrough: Creating a Web Service Using Visual Basic or Visual C#
Explains how to create a Web service that converts temperatures measured in Fahrenheit to Celsius.How to: Create ASP.NET Web Service Projects
Provides instructions on how to create a Web service using the ASP.NET Web Service project template.How to: Connect to Data in a Web Service
Describes how to create a connection between your application and the data returned from a Web Service using the Data Source Configuration Wizard.
Debug and Deploy a Web Service
Stepping Into an XML Web Service
Describes how to step back and forth between a client application and a Web Service.How to: Deploy Web Services in Managed Code
Provides instructions on how to deploy a Web Service using multiple methods.How to: Debug Web Services in Managed Code
Provides instructions on how to debug a Web service using multiple methods.
Call a Web Service
Walkthrough: Accessing a Web Service Using Visual Basic or Visual C#
Describes the process for accessing a Web service from an application created with Visual Basic or Visual C#.How to: Call a Web Service
Demonstrates calling a Web service method to define a string value.How to: Add a Web Service to an Existing Web Project in Managed Code
Provides instructions on how to add a Web service to an existing Web project.