See Also: SoapProtocolImporter Members
The System.Web.Services.Description.SoapProtocolImporter class generates client proxy code or abstract server code according to the SOAP protocol. The class generates a class for each supported binding defined in a Web Services Description Language (WSDL) document.
Typically, instead of invoking System.Web.Services.Description.SoapProtocolImporter directly, a developer uses the class indirectly through the System.Web.Services.Description.ServiceDescriptionImporter class.