SoapSchemaImporter Constructor (XmlSchemas^, CodeIdentifiers^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the SoapSchemaImporter class, specifying XmlSchema objects representing the XML schemas used by SOAP encoded messages, plus classes being generated for bindings defined in a WSDL document.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- schemas
-
Type:
System.Xml.Serialization::XmlSchemas^
A collection of XmlSchema objects.
- typeIdentifiers
-
Type:
System.Xml.Serialization::CodeIdentifiers^
A CodeIdentifiers object that specifies a collection of classes being generated for bindings defined in a WSDL document.
SOAP encoding, as defined in Section 5 of the SOAP 1.1 specification, is specified in a WSDL document.
Instead of creating an instance of the SoapSchemaImporter class directly, use Wsdl.exe.
.NET Framework
Available since 1.1
Available since 1.1
Show: