3.1.4.4 UpdateItem

This protocol uses the UpdateItem operation specified in [MS-OXWSCORE] section 3.1.4.9 to update a distribution list.

 <wsdl:operation name="UpdateItem">
     <wsdl:input message="tns:UpdateItemSoapIn" />
     <wsdl:output message="tns:UpdateItemSoapOut" />
 </wsdl:operation>

Request

Message Format

Description

tns:UpdateItemSoapIn ([MS-OXWSCORE] section 3.1.4.9.1.1)

The UpdateItem ([MS-OXWSCORE] section 3.1.4.9) element that specifies the XML request MUST contain an ItemChanges ([MS-OXWSCORE] section 3.1.4.9.3.2) element with the t:NonEmptyArrayOfItemChangesType ([MS-OXWSCORE] section 3.1.4.9.3.9) type. The ItemChanges element MUST contain one or more ItemChange elements with the t:ItemChangeType ([MS-OXWSCORE] section 3.1.4.9.3.7) type. The ItemChange element MUST contain an ItemId element with the t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) type and an Updates element with the t:NonEmptyArrayOfItemChangeDescriptionsType ([MS-OXWSCORE] section 3.1.4.9.3.8) type. If the update is to append to an item or to set the item, the AppendToItemField or SetItemField elements of Updates element MUST contain a DistributionList element with the t:DistributionListType (section 2.2.4.1) type. All other elements of the elements AppendToItemField or SetItemField MUST NOT be specified.

Response

Message Format

Description

tns:UpdateItemSoapOut ([MS-OXWSCORE] section 3.1.4.9.1.2)

Specifies the SOAP message returned by the server in response.