SoapReflectionImporter.ImportMembersMapping Method (String, String, XmlReflectionMember[], Boolean, Boolean, Boolean)
.NET Framework 4
Generates internal type mappings for information that is gathered from a Web service method.
Assembly: System.Xml (in System.Xml.dll)
public XmlMembersMapping ImportMembersMapping( string elementName, string ns, XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors, bool validate )
Parameters
- elementName
- Type: System.String
An XML element name produced from the Web service method.
- ns
- Type: System.String
An XML element namespace produced from the Web service method.
- members
- Type: System.Xml.Serialization.XmlReflectionMember[]
An array of .NET Framework code entities that belong to a Web service method.
- hasWrapperElement
- Type: System.Boolean
true to indicate that elements that correspond to WSDL message parts should be enclosed in an extra wrapper element in a SOAP message; otherwise, false.
- writeAccessors
- Type: System.Boolean
true to indicate an RPC-style Web service binding; false to indicate a document-style Web service binding or a SOAP header.
- validate
- Type: System.Boolean
true to indicate that a generated deserializer should check for the expected qualified name of the wrapper element; otherwise, false. This parameter's value is relevant only if the hasWrapperElement parameter's value is true.
Return Value
Type: System.Xml.Serialization.XmlMembersMappingInternal .NET Framework type mappings to the element parts of a WSDL message definition.
The ImportMembersMapping method is called while initializing a Web service or client, or reflecting a Web service. You do not need to call it directly.
The following list describes possible values for the members parameter:
Web service method input parameters.
Web service method output parameters, plus the return type, if not void, at index zero.
SOAP input headers.
SOAP output headers.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.