Adding the Business Objects

This application requires the use of several classes, which will be added to the single ASP.NET application instead of being placed in a separate project. The first class is the Database class, which you've used in previous projects. Because the code for this class has been covered in previous chapters, we'll omit the listing here. If you need to refer to the code, look at Listing 12.2.

The second class is called MyStockData and this class will be used in conjunction with the stock information service that the application uses. The code for this class is shown in Listing 15.4.

Listing 15.4. MyStockData.vb—The Class for the Stock Information Service
 Imports WS_Ch15.StockService Public Class MyStockData Private _CompanyName ...

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.