3.1.4.2 GetItem

This protocol uses the GetItem operation specified in [MS-OXWSCORE] section 3.1.4.4 to get a distribution list.

   <wsdl:operation name="GetItem">
             <wsdl:input message="tns:GetItemSoapIn" />
             <wsdl:output message="tns:GetItemSoapOut" />
   </wsdl:operation>

Request

Message Format

Description

tns:GetItemSoapIn ([MS-OXWSCORE] section 3.1.4.4.1.1)

Specifies the SOAP message that defines the distribution list item to get. The GetItem ([MS-OXWSCORE] section 3.1.4.4.2.1) element that specifies the XML request MUST contain the following elements: the ItemShape element ([MS-OXWSCORE] section 3.1.4.4.3.2), whose type is t:ItemResponseShapeType ([MS-OXWSCDATA] section 2.2.4.42) and the ItemIds ([MS-OXWSCORE] section 3.1.4.4.3.2) element, whose type is t:NonEmptyArrayOfBaseItemIdsType ([MS-OXWSCORE] section 2.2.4.9). The ItemIds element MUST contain one or more ItemId elements with type t:ItemIdType ([MS-OXWSCORE] section 2.2.4.14). All other elements of ItemIds MUST NOT be specified.

Response

Message Format

Description

tns:GetItemSoapOut ([MS-OXWSCORE] section 3.1.4.4.1.2)

Specifies the SOAP message returned by the server in response. The server returns a GetItemResponseMessage  element that contains properties associated with the distribution list item.