Gets the object of type System.Xml.Serialization.SoapCodeExporter used internally by the System.Web.Services.Description.SoapProtocolImporter class to generate code from mappings between SOAP-encoded XML schema content and .NET Framework types.
a System.Xml.Serialization.SoapCodeExporter
The System.Web.Services.Description.SoapProtocolImporter class uses a System.Xml.Serialization.SoapCodeExporter object to create code from .NET Framework type mappings for XML schema elements and data types that enable SOAP encoding, as opposed to literal XML Schema usage. SOAP encoding is specified in section 5 of the SOAP 1.1 specification. SOAP encoding uses the namespace "http://schemas.xmlsoap.org/soap/encoding/".