Maps a code entity in a .NET Framework Web service method to an element in a Web Services Description Language (WSDL) message.
See Also: XmlMemberMapping Members
The System.Xml.Serialization.XmlMemberMapping class is used with the System.Xml.Serialization.XmlMembersMapping class, which references an array of System.Xml.Serialization.XmlMemberMapping objects.
An System.Xml.Serialization.XmlMemberMapping object can represent any one of the following:
A Web service method input parameter.
A Web service method output parameter.
A Web service return type, if not void.
A SOAP input header.
A SOAP output header.
The System.Xml.Serialization.XmlMemberMapping objects are accessible through the indexed operator property.
See the System.Xml.Serialization.XmlMembersMapping class for an explanation of the conditions under which an System.Xml.Serialization.XmlMemberMapping object corresponds to a WSDL message definition's <part> element.