Name

ServiceDescriptionReflector

Synopsis

This class allows you to dynamically create a ServiceDescription object that represents a “live” web service. To use this class, invoke the Reflect() method with the web service URL as a string. The WSDL document for the web service will be added to the ServiceDescriptions collection. You can also retrieve any associated XML schemas from the Schemas collection.

Public Class ServiceDescriptionReflector
                  ' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public ReadOnly Property Schemas As XmlSchemas  
   Public ReadOnly Property ServiceDescriptions As ServiceDescriptionCollection  
' Public Instance Methods
   Public Sub Reflect(ByVal type As Type, ByVal url As String) 
End Class

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.