SoapMapper
Other versions of this page are also available for the following:
8/28/2008
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 the input and output messages is represented by a single SoapMapper object.
You can use the SoapMapper object to convert part-content in a SOAP message to and from values accessible in a server or client application.
The following methods and properties are supported by the SoapMapper object.
Method | Description |
---|---|
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 |
---|---|
Returns the value of the callIndex attribute for the <parameter> element in the Web Services Meta Language (WSML) file. |
|
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. |
|
Returns the name of the <part> element in the SoapSerializer object that the SoapMapper object maps to. |
|
Returns the value of the type attribute for the <part> element in the Web Services Description Language (WSDL) file. |
|
Returns the URI of the encoding style specified in the WSDL file for the SoapMapper object. |
|
Indicates when the SoapMapper object appears:
|
|
Returns the name of the <message> element that contains the SoapMapper object. |
|
Returns the name of the <part> element represented by the SoapMapper object. |
|
Returns the namespace URI associated with the data type of the SoapMapper object. |
Remarks
For an example, see WSDLReader.
Requirements
Header | mssoap.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
WSDLReader
WSDLService
WSDLOperation
SOAP WSDL and WSML Objects