3.1.4.1.1.1 tns:ConvertIdSoapIn Message

The ConvertIdSoapIn WSDL message specifies the SOAP message that requests the conversion of one or more identifiers.

The following is the WSDL message specification of the ConvertIdSoapIn message.    

 <wsdl:message name="ConvertIdSoapIn">
   <wsdl:part name="request" element="tns:ConvertId"/>
   <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/>
   <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/>
 </wsdl:message>

Servers that implement this protocol SHOULD<3> give clients the option to implement the Impersonation part.

The ConvertIdSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/ConvertId.

The parts of the ConvertIdSoapIn WSDL message are described in the following table.

Part name

Element/type

Description

request

tns:ConvertId (section 3.1.4.1.2.1)

Specifies the SOAP body of the request to convert identifiers.

Impersonation

t:ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3)

Specifies a SOAP header that identifies the user whom the client application is impersonating. This part is optional.

RequestVersion

t:RequestServerVersion ([MS-OXWSCDATA] section 2.2.3.9)

Specifies a SOAP header that identifies the schema version for the ConvertId operation request.