Advertisement
Kvarz

updateItem no attendees!

Feb 9th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.54 KB | None | 0 0
  1. --> POST https://exchange.dataart.com/EWS/Exchange.asmx http/1.1
  2. Content-Type: text/xml;charset=utf-8
  3. Content-Length: 1367
  4. SOAPAction: http://schemas.microsoft.com/exchange/services/2006/messages/UpdateItem
  5. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange
  6.   <soap:Header>
  7.       <t:RequestServerVersion Version="Exchange2010_SP1"/>
  8.       <t:TimeZoneContext>
  9.          <t:TimeZoneDefinition Id="Pacific Standard Time"/>
  10.       </t:TimeZoneContext>
  11.    </soap:Header>
  12.    <soap:Body>
  13.       <m:UpdateItem ConflictResolution="AlwaysOverwrite" MessageDisposition="SaveOnly" SendMeetingInvitationsOrCancellations="SendToAllAndSaveCopy">
  14.          <m:ItemChanges>
  15.             <t:ItemChange>
  16.                <t:ItemId Id="AAMkAGRjMzNmZmY5LWU3MGQtNDM3Yy04NzhkLTIwMTg1NmFhMGQwNABGAAAAAABObYYk+7J4Q7aaFHkkbfVkBwDfWJVQrwZNRp/OY9bjrUjZAAAAfj7xAAB+MrFosgBHQqrkDt0N/PWCAALNcd9DAAA=" ChangeKey="DwAAABYAAABMdkyja/VqSJV6H6Cs0yfEAAByxN63"/>
  17.                <t:Updates>
  18.                   <t:SetItemField>
  19.                      <t:FieldURI FieldURI="item:Subject"/>
  20.                      <t:CalendarItem>
  21.                         <t:Subject>Kirill Varivoda Meeting1</t:Subject>
  22.                      </t:CalendarItem>
  23.                   </t:SetItemField>
  24.                </t:Updates>
  25.             </t:ItemChange>
  26.          </m:ItemChanges>
  27.       </m:UpdateItem>
  28.    </soap:Body>
  29. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement