ServiceDescriptionReflector.Reflect(Type, String) Método
Definição
Cria um ServiceDescription, incluindo o Type especificado, para o serviço Web XML na URL especificada.Creates a ServiceDescription including the specified Type for the XML Web service at the specified URL.
public:
void Reflect(Type ^ type, System::String ^ url);
public void Reflect (Type type, string url);
member this.Reflect : Type * string -> unit
Public Sub Reflect (type As Type, url As String)
Parâmetros
- type
- Type
O Type da classe ou da interface a refletir.The Type of the class or interface to reflect.
- url
- String
O endereço (URL) do serviço Web XML.The address (URL) of the XML Web service.
Comentários
Esse método examina os metadados para o serviço Web XML na URL especificada.This method examines the metadata for the XML Web service at the specified URL. Se Type não houver suporte para o especificado, ele modificará o arquivo WSDL (linguagem de descrição de serviços Web) correspondente ao que ServiceDescription descreve o Web Service XML, a fim de incluir esse tipo.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.
Para obter mais informações sobre WSDL (Web Services Description Language), consulte a especificação WSDL .For more information about Web Services Description Language (WSDL), see the WSDL specification.