ServiceDescriptionReflector.Reflect Method

Creates a ServiceDescription including the specified Type for the XML Web service at the specified URL.

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in system.web.services.dll)

public:
void Reflect (
	Type^ type, 
	String^ url
)
public void Reflect (
	Type type, 
	String url
)
public function Reflect (
	type : Type, 
	url : String
)
Not applicable.

Parameters

type

The Type of the class or interface to reflect.

url

The address (URL) of the XML Web service.

This method examines the metadata for the XML Web service at the specified URL. If the specified Type is not supported, it modifies the Web Services Description Language (WSDL) file corresponding to the ServiceDescription describing the XML Web service, in order to include that type.

For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: