The “Hello World” Operation

Before you get the idea that “Hello World” is just a silly little example, consider that “Hello World” can do a great job diagnosing some basic problems. If a machine has an endpoint that returns a simple string when called correctly, programs using that code can perform simple tests to see if they can connect to the server.

The good news for us is that the wizards inside Visual Basic .NET will write this operation for us. To get there, we need to go through the Visual Studio IDE and create a new project. To do so, perform the following steps:

1.
Open up Visual Studio .NET.
2.
Select File, New Project.
3.
Select the following items in the New Project dialog ( (as shown in Figure 1.1):
  • Project Types: Visual Basic ...

Get Creating and Consuming Web Services in Visual Basic® 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.