SoapCodeExporter Class
Generates types and attribute declarations from internal type mapping information for SOAP-encoded message parts defined in a WSDL document.
Assembly: System.Xml (in System.Xml.dll)
The SoapCodeExporter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SoapCodeExporter(CodeNamespace) | Initializes a new instance of the SoapCodeExporter class, assuming no code compile unit. |
![]() | SoapCodeExporter(CodeNamespace, CodeCompileUnit) | Initializes a new instance of the SoapCodeExporter class, specifying a code compile unit parameter in addition to a namespace parameter. |
![]() | SoapCodeExporter(CodeNamespace, CodeCompileUnit, CodeGenerationOptions) | Initializes a new instance of the SoapCodeExporter class, specifying a code namespace, a code compile unit, and code generation options. |
![]() | SoapCodeExporter(CodeNamespace, CodeCompileUnit, CodeGenerationOptions, Hashtable) | Infrastructure. Initializes a new instance of the SoapCodeExporter class, specifying a code namespace, a code compile unit, code generation options, and mappings. |
![]() | SoapCodeExporter(CodeNamespace, CodeCompileUnit, CodeDomProvider, CodeGenerationOptions, Hashtable) | Initializes a new instance of the SoapCodeExporter class, specifying a code namespace, a code compile unit, a code generator, code generation options, and mappings. |
| Name | Description | |
|---|---|---|
![]() | IncludeMetadata | Gets a collection of code attribute metadata that is included when the code is exported. (Inherited from CodeExporter.) |
| Name | Description | |
|---|---|---|
![]() | AddMappingMetadata(CodeAttributeDeclarationCollection, XmlMemberMapping) | Add a SoapElementAttribute declaration to a method parameter or return value corresponding to a part element of a SOAP message definition in a WSDL document. |
![]() | AddMappingMetadata(CodeAttributeDeclarationCollection, XmlMemberMapping, Boolean) | Adds a SoapElementAttribute declaration to a method parameter or return value that corresponds to a part element of a SOAP message definition in a WSDL document. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | ExportMembersMapping | Generates a .NET Framework type, plus attribute declarations, for each of the parts that belong to a SOAP message definition in a WSDL document. |
![]() | ExportTypeMapping | Generates a .NET Framework type, plus attribute declarations, for a SOAP header. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The SoapCodeExporter class is used by the Web Services Description Language Tool (Wsdl.exe) and the ServiceDescriptionImporter class while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document. Instead of using SoapCodeExporter directly, use Wsdl.exe.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
