4.2.4 Response - Case Server Settings
The following example shows an Autodiscover command response (section 2.2.2.1.2) 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:autodiscover="http://schemas.microsoft.com/exchange/autodiscover/mobilesync/responseschema/2006">
<autodiscover:Response>
<autodiscover:Culture>en:us</autodiscover:Culture>
<autodiscover:User>
<autodiscover:DisplayName>Chris Gray</autodiscover:DisplayName>
<autodiscover:EMailAddress>chris@woodgrovebank.com</autodiscover:EMailAddress>
</autodiscover:User>
<autodiscover:Action>
<autodiscover:Settings>
<autodiscover:Server>
<autodiscover:Type>MobileSync</autodiscover:Type>
<autodiscover:Url>
https://loandept.woodgrovebank.com/Microsoft-Server-ActiveSync
</autodiscover:Url>
<autodiscover:Name>
https://loandept.woodgrovebank.com/Microsoft-Server-ActiveSync
</autodiscover:Name>
</autodiscover:Server>
<autodiscover:Server>
<autodiscover:Type>CertEnroll</autodiscover:Type>
<autodiscover:Url>https://cert.woodgrovebank.com/CertEnroll</autodiscover:Url>
<autodiscover:Name />
<autodiscover:ServerData>CertEnrollTemplate</autodiscover:ServerData>
</autodiscover:Server>
</autodiscover:Settings>
</autodiscover:Action>
</autodiscover:Response>
</Autodiscover>