Name

Service

Synopsis

This class represents the WSDL <service> element. It groups multiple related Port objects and identifies them with a Name. To invoke a web service method, a client sends a SOAP request identifying the service, the port in that service, and the operation it wants executed along with the input parameter values.

Public NotInheritable Class Service : Inherits DocumentableItem
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public ReadOnly Property Extensions As ServiceDescriptionFormatExtensionCollection  
   Public Property Name As String  
   Public ReadOnly Property Ports As PortCollection  
   Public ReadOnly Property ServiceDescription As ServiceDescription  
End Class

Hierarchy

System.ObjectDocumentableItem Service

Get ASP.NET in a Nutshell 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.