SoapMapper

This object represents a message part defined in an operation's input or output message in a Web Services Description Language (WSDL) document. A message part that appears in both the input and output messages is represented by a single SoapMapper object. The SoapMapper object can be used to convert part content in a SOAP message to and from values accessible in a server or client application.

The following tables show the methods and properties supported by the SoapMapper object.

Method Description
save Converts the COM value of the SoapMapper object to XML, and saves the result as a <part> element in the SoapSerializer object representing a SOAP message.
Property Description
callIndex Returns the value of the callIndex attribute for the <parameter> element in the Web Services Meta Language (WSML) file.
comValue Allows the value of the SoapMapper object, represented as a COM-compatible data type that can be used by applications, to be set and retrieved.
elementName Returns the name of the <part> element in the SoapSerializer object to which the SoapMapper object maps.
elementType Returns the value of the type attribute for the <part> element in the Web Services Description Language (WSDL) file.
encoding Returns the URI of the encoding style specified in the WSDL file for the SoapMapper object.
isInput Indicates whether the SoapMapper object appears in only the request message, only the response message, or both the request and response messages.
messageName Returns the name of the <message> element that contains the SoapMapper object.
partName Returns the name of the <part> element represented by the SoapMapper object.
xmlNamespace Returns the namespace URI associated with the data type of the SoapMapper object.

Remarks

For an example, see WSDLReader.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.

See Also

WSDLReader | WSDLService | WSDLOperation | SOAP WSDL and WSML Objects

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.