<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="Connections" type="Microsoft.Practices.Mobile.ConnectionMonitor.Configuration.ConnectionSettingsSection, Microsoft.Practices.Mobile.ConnectionMonitor" />
    <section name="Endpoints" type="Microsoft.Practices.Mobile.EndpointCatalog.Configuration.EndpointSection, Microsoft.Practices.Mobile.EndpointCatalog" />
  </configSections>
  <Connections>
    <ConnectionItems>
      <add Type="DesktopConnection" Price="1"/>
    </ConnectionItems>
  </Connections>
  <Endpoints>
    <EndpointItems>
      <add Name="WebServiceSync" Address="http://ppp_peer/InsuranceInspectorWS/Service.asmx" UserName="" Password=""/>
    </EndpointItems>
  </Endpoints>
</configuration>