4.2.4 Response - Case Server Settings

The following example shows an Autodiscover command response (section 2.2.1.1) that provides server URL information for two services: MobileSync and CertEnroll. The client can use the MobileSync URL to configure the synchronization settings. The client can also optionally use the CertEnroll information to obtain a client certificate for SSL negotiation.

 <?xml version="1.0" encoding="utf-8"?>
 <Autodiscover
 xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
     <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/mobilesync/responseschema/2006">
         <Culture>en:us</Culture>
         <User>
             <DisplayName>Chris Gray</DisplayName>
             <EMailAddress>chris@woodgrovebank.com</EMailAddress>
         </User>
         <Action>
             <Settings>
                 <Server>
                     <Type>MobileSync</Type>
                     <Url>
                         https://loandept.woodgrovebank.com/Microsoft-Server-ActiveSync
                     </Url>
                     <Name>
                  https://loandept.woodgrovebank.com/Microsoft-Server-ActiveSync
              </Name>
                 </Server>
                 <Server>
                     <Type>CertEnroll</Type>
                     <Url>https://cert.woodgrovebank.com/CertEnroll</Url>
                     <Name />
                    <ServerData>CertEnrollTemplate</ServerData>
                 </Server>
             </Settings>
         </Action>
     </Response>
 </Autodiscover>