4.2 WS-Enumerate Directory Services Extension "Enumerate" Response Example

This example demonstrates an [MS-WSDS] Enumerate response to the Enumerate request in the previous example. In this SOAP response message, the expiration time and enumeration context associated with the operation are provided. Since the expiration time was absent in the request, the server assigned the maximum expiration time supported.

 <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <soapenv:Header>
     <wsa:Action soapenv:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerateResponse
     </wsa:Action>
     <wsa:RelatesTo>
         urn:uuid:e36457ff-d0f1-4c85-abe6-6cdf4bd511e9
     </wsa:RelatesTo>
     <wsa:To soapenv:mustUnderstand="1">http://www.w3.org/2005/08/addressing/anonymous
     </wsa:To>
   </soapenv:Header>
   <soapenv:Body>
     <wsen:EnumerateResponse 
       xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration" 
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
       xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       <wsen:Expires>2008-08-18T22:07:41.0109506Z</wsen:Expires>
       <wsen:EnumerationContext>cda3e08b-cec1-42bb-8245-7cb6235a24b8
       </wsen:EnumerationContext>
     </wsen:EnumerateResponse>
   </soapenv:Body>
 </soapenv:Envelope>