You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web services [Visual Basic], My.WebServices object
My.WebServices object
applications [Visual Basic], Web services
ms.assetid
8ad5405b-e771-42b1-82d3-ce97af2cea9e
caps.latest.revision
12
author
dotnet-bot
ms.author
dotnetcontent
Accessing Application Web Services (Visual Basic)
The My.WebServices object provides an instance of each Web service referenced by the current project. Each instance is instantiated on demand. You can access these Web services through the properties of the My.WebServices object. The name of the property is the same as the name of the Web service that the property accesses. Any class that inherits from xref:System.Web.Services.Protocols.SoapHttpClientProtocol is a Web service.
Tasks
The following table lists possible ways to access Web services referenced by an application.