Way to add mobile sync schema

Christian Rößner c at roessner-network-solutions.com
Fri Oct 5 16:24:41 CEST 2012


Hi,

>> today I started putting this code into automx. There are some things,
>> where I need some time to think about it, to make configuration not
>> too much complicated. For example the "Culture" parameter. I think
>> there is no need for an extra section in automx, as the response
>> depends on being subschema "outlook" or "mobile". So even if defining
>> parameters at the same place, automx will pick the ones that are
>> needed for a valid response. But as said, let me think about this a
>> little bit more :)
> 
> I am not sure I understand what issue you are describing, but take all the time you need ;-) I would even go as far as hardcoding the "culture" parameter right now, as I cannot see its importance/relevance in the first place.


First attempt:

./automx-test christian at roessner-net.com

…

Testing Autodiscover (mobilesync) ...
Connecting to https://www.roessner-net.de/autodiscover/autodiscover.xml ...

  HTTP/1.1 200 OK
  Date: Fri, 05 Oct 2012 14:25:36 GMT
  Server: Apache/2.2.22
  X-Frame-Options: SAMEORIGIN
  Content-Length: 719
  Vary: Accept-Encoding
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/xml
<?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:en</Culture>
    <User>
      <DisplayName>Christian Rößner</DisplayName>
      <EmailAddress>christian at roessner-net.com</EmailAddress>
    </User>
    <Action>
      <Settings>
        <Server>
          <Type>MobileSync</Type>
          <Url>https://www.roessner-net.de/Microsoft-Server-ActiveSync</Url>
          <Name>https://www.roessner-net.de/Microsoft-Server-ActiveSync</Name>
        </Server>
      </Settings>
    </Action>
  </Response>
</Autodiscover>

Untested. But I have included your code and slightly modified it to match the rest of the code.

Thanks

-Christian Rößner

---
Bachelor of Science Informatik
Erlenwiese 14, 36304 Alsfeld
T: +49 6631 78823400, F: +49 6631 78823409, M: +49 176 93118939
USt-IdNr.: DE225643613, http://www.roessner-network-solutions.com



More information about the automx-users mailing list