- elementName
- An XML element name produced from the Web service method.
- ns
- An XML element namespace produced from the Web service method.
- members
- An array of .NET Framework code entities that belong to a Web service method.
- hasWrapperElement
- 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
- true to indicate an RPC-style Web service binding; false to indicate a document-style Web service binding or a SOAP header.
Internal .NET Framework type mappings to the element parts of a WSDL message definition.
The SoapReflectionImporter.ImportMembersMapping(string, string, XmlReflectionMember[], bool, bool) 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.