4.17.1 Request

The following example shows a MeetingResponse command request (section 2.2.1.11) sent from the client to the server to respond to two instances of recurring meetings. The first meeting is identified by using the meetingresponse:CollectionId element (section 2.2.3.30.4), meetingresponse:RequestId element (section 2.2.3.151), and the meetingresponse:InstanceId element (section 2.2.3.92.1), while the second meeting is identified by using the search:LongId element (section 2.2.3.98) and meetingresponse:InstanceId element.

 <?xml version="1.0" encoding="utf-8"?>
 <MeetingResponse xmlns:search="Search" xmlns="MeetingResponse">
   <Request>
     <UserResponse>2</UserResponse>
     <CollectionId>19</CollectionId>
     <RequestId>19:39</RequestId>
     <InstanceId>20090907T07:00:00.000Z</InstanceId>
   </Request>
   <Request>
     <UserResponse>1</UserResponse>
     <search:LongId>RgAAAju…  …ALS8pQAARL</search:LongId>
     <InstanceId>20091210T17:30:00.000Z</InstanceId>
   </Request>
 </MeetingResponse>