Adds an element declaration to the applicable System.Xml.Schema.XmlSchema for each of the element parts of a literal SOAP message definition.
For each SOAP message part, the XmlSchemaExporter.ExportMembersMapping(XmlMembersMapping) method adds an XML schema element declaration to the System.Xml.Schema.XmlSchema that uses the same namespace as the part. A literal message definition normally contains a single part.
Use the System.Web.Services.Description.ServiceDescriptionReflector class instead.