System.Runtime.Remoting.MetadataServices Namespace

Contém as classes usadas pela ferramenta de linha de comando Ferramenta Soapsuds (Soapsuds.exe) e o código de usuário para converter metadados bidirecionalmente no esquema XML para a infraestrutura de comunicação remota. Contains the classes that are used by the Soapsuds Tool (Soapsuds.exe) command-line tool and the user code to convert metadata to and from XML schema for the remoting infrastructure. Algumas das classes mais importantes desse namespace são a classe SdlChannelSink e a classe MetaData. Some of the most important classes of this namespace are the SdlChannelSink class and the MetaData class.

Classes

MetaData

Fornece métodos que permitem que você trabalhe com o esquema XML.Provides methods that allow you to work with XML schema.

SdlChannelSink

Fornece a implementação de um servidor de coletor de canal que gera linguagem WSDL dinamicamente no servidor.Provides the implementation for a server channel sink that generates Web Services Description Language (WSDL) dynamically on the server.

SdlChannelSinkProvider

Fornece a implementação do provedor de coletor de canal do servidor que cria instâncias de SdlChannelSink.Provides the implementation for the server channel sink provider that creates SdlChannelSink instances.

ServiceType

Associa um tipo de objeto conhecido passado para o gerador de linguagem WSDL com um ponto de extremidade remoto que pode processar as mensagens enviadas para um método no tipo.Associates a well-known object type that is passed to the Web Services Description Language (WSDL) generator with a remote endpoint that can process messages that are sent to a method on the type.

SUDSGeneratorException

A exceção gerada se ocorrer um erro durante a geração da linguagem WSDL.The exception that is thrown if an error occurs during the generation of Web Services Description Language (WSDL).

SUDSParserException

A exceção gerada se ocorrer um erro durante a análise da linguagem WSDL.The exception that is thrown if an error occurs during parsing of the Web Services Description Language (WSDL).

Enumerações

SdlType

Especifica o tipo de esquema que é usado para descrever serviços fornecidos por um aplicativo.Specifies the schema type that is used to describe services that are provided by an application.

Comentários

A SdlChannelSink classe é usada pela infraestrutura de comunicação remota para gerar WSDL (Web Services Description Language) no lado do servidor.The SdlChannelSink class is used by the remoting infrastructure to generate Web Services Description Language (WSDL) on the server side.

A MetaData classe fornece a funcionalidade da ferramenta de linha de comando da ferramenta Soapsuds (Soapsuds.exe) e pode ser usada programaticamente para obter o mesmo resultado.The MetaData class provides the functionality of the Soapsuds Tool (Soapsuds.exe) command-line tool, and can be used programmatically to achieve the same outcome. Os métodos da MetaData classe podem ser usados para criar esquemas XML que descrevem serviços que são expostos no código-fonte e para criar código C# do esquema XML.The methods of the MetaData class can be used to create XML schemas that describe services that are exposed in source code, and to create C# code from XML schema.