Initializes a new instance of the XmlSchemaImporter class, taking a collection of XmlSchema objects that represents the XML schemas used by SOAP literal messages, plus classes being generated for bindings defined in a Web Services Description Language (WSDL) document.
Public Sub New ( _ schemas As XmlSchemas, _ typeIdentifiers As CodeIdentifiers _ )
public XmlSchemaImporter( XmlSchemas schemas, CodeIdentifiers typeIdentifiers )
public: XmlSchemaImporter( XmlSchemas^ schemas, CodeIdentifiers^ typeIdentifiers )
new : schemas:XmlSchemas * typeIdentifiers:CodeIdentifiers -> XmlSchemaImporter
Use this constructor when a WSDL document specifies that the data is serialized according to a schema (<soap:body use = 'literal' />).
Instead of directly creating an instance of the XmlSchemaImporter class, use Wsdl.exe or Xsd.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