3.1.4.4.1.1 tns:GetItemSoapIn Message

The GetItemSoapIn WSDL message specifies the GetItem operation request to get items from the server.

 <wsdl:message name="GetItemSoapIn">
    <wsdl:part name="request" element="tns:GetItem"/>
    <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/>
    <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/>
    <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/>
    <wsdl:part name="TimeZoneContext" element="t:TimeZoneContext"/>
    <wsdl:part name="DateTimePrecision" element="t:DateTimePrecision" />
    <wsdl:part name="ManagementRole" element="t:ManagementRole"/>
 </wsdl:message>

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

The parts of the GetItemSoapIn WSDL message are listed and described in the following table.

Part name

Element/type

Description

request

tns:GetItem (section 3.1.4.4.2.1)

Specifies the SOAP body of a request.

Impersonation

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

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

MailboxCulture

t:MailboxCulture ([MS-OXWSCDATA] section 2.2.3.6)

Specifies a SOAP header that identifies the culture to be used for accessing a mailbox. The cultures are defined in [RFC3066].

RequestVersion

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

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

TimeZoneContext           

t:TimeZoneContex ([MS-OXWSGTZ] section 2.2.4.11)

Specifies a SOAP header that identifies the time zone to be used for all responses from the server. All times that are returned from the server will be converted to the specified time zone.<108>

DateTimePrecision

t:DateTimePrecision ([MS-OXWSCDATA] section 2.2.3.1)

Specifies a SOAP header that identifies the resolution of date/time values in responses from the server, either in seconds or in milliseconds. This header SHOULD<109> be included.

ManagementRole

t:ManagementRole (section 2.2.3.1)

Specifies the roles the user or application wants to use.<110>