a System.Web.Services.Description.SoapBindingUse
The Web Services Description Language (WSDL) defines two formatting styles for parameters sent to and from XML Web services: System.Web.Services.Description.SoapBindingUse.Encoded and System.Web.Services.Description.SoapBindingUse.Literal. System.Web.Services.Description.SoapBindingUse.Encoded refers to formatting the parameters using the SOAP encoding outlined in the SOAP specification in section 5. System.Web.Services.Description.SoapBindingUse.Literal refers to formatting the parameters using a predefined XSD schema for each parameter.
For more details, see [<topic://cpconCustomizingSOAPInASPNETWebServicesWebServiceClients>].