System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
System.Xml.Serialization.XmlMapping
The class is not used directly. Instead, it is used:
-
By the Wsdl.exe tool, or the class, while generating client proxy classes or abstract server classes from a WSDL document. The WSDL document specifies use of the SOAP protocol.
-
To initialize objects while the .NET Framework is initializing a SOAP Web service or client.
-
By the class while creating objects from classes that are identified as SOAP Web services.
The class is a substitute for the class for mapping between Web service methods and messages. It is used to contain any of the following entities belonging to a SOAP Web service method:
-
Input parameters.
-
Output parameters and return value.
-
Request SOAP headers.
-
Response SOAP headers.
Specifically, the class represents mappings for a WSDL message definition, according to the following choices:
-
For a Web service method that uses SOAP encoding: The top-level and properties pertain to a parent, wrapper element; the message parts are represented by array members. However, in the rare case when the Web service operation uses document style combined with a wrapped binding to a .NET Framework method plus SOAP encoding, the top-level and properties pertain to the single part element that appears in a generated WSDL document.
-
For a Web service method that makes literal use of XML Schema definitions: If a Web service message or operation uses a wrapped binding to a .NET Framework method or merely defines a single message part, the top-level and properties pertain to the part. If there are multiple parts (the atypical case), the top-level and properties pertain to a parent, wrapper element; the parts are represented by the and indexed array access properties. In addition, the XSD any element receives special treatment.
Provides mappings between .NET Framework Web service methods and Web Services Description Language (WSDL) messages that are defined for SOAP Web services.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
To be added: an object of type 'int'
The collection can contain of any of the following:
-
Web service method input parameters.
-
Web service method output parameters, plus 1 for the return type, if not void.
-
SOAP input headers.
-
SOAP output headers.
See the class for the conditions under which these entities translate to part elements in a Web Services Description Language (WSDL) document.
Gets the number of .NET Framework code entities that belong to a Web service method to which a SOAP message is being mapped.
Property
System.String
To be added: an object of type 'string'
A SOAP message is defined in a Web Services Description Language (WSDL) document using the message element.
See the class for the conditions under which the property refers to a code entity defined in a Web service method (a parameter or return value) instead of to an extra parent or wrapper element.
Gets the unqualified name of the XML Schema element that represents a SOAP message for which .NET Framework type mapping information is being provided.
1.0.5000.0
2.0.0.0
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlMemberMapping
To be added.
To be added.
To be added.
To be added.
Property
System.String
To be added: an object of type 'string'
A SOAP message is defined in a Web Services Description Language (WSDL) document using the message element.
Gets the XML namespace of the XML schema element that represents a SOAP message for which .NET Framework type mapping information is being provided.
1.0.5000.0
2.0.0.0
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.String
To be added: an object of type 'string'
A SOAP message is defined in a Web Services Description Language (WSDL) document using the message element.
See the class for the conditions under which the property refers to a code entity defined in a Web service method (a parameter or return value) instead of to an extra parent or wrapper element.
Gets the name of the .NET Framework type being mapped to the data type of an XML Schema element that represents a SOAP message.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.String
To be added: an object of type 'string'
A SOAP message is defined in a Web Services Description Language (WSDL) document using the message element.
Gets the namespace of the .NET Framework type being mapped to the data type of an XML Schema element that represents a SOAP message.