Inhalt anzeigen / ausblenden

    Lotus Notes

    From the Lotus Notes databases, the addresses are made available via Ategra or Magermann web service as address providers in OneOffixx. For each database, Ategra sets up a web service that can be accessed.

    The address provider must be set up in the Global Configuration, whereby the URL of the web service must be known and, if special search parameters are required, these can be configured.

    The address provider supports both Windows Auth and Basic Auth.

    <AddressProvider id="6EA5E6E3-1329-4B02-8779-0952C1119A15" order="8" active="true" hiddenIfNotAvailable="true">
        <Uri>http://{host}/appl/KAI/KAI_DEV.nsf/KAIaddressProvider?OpenWebService</Uri>
        <Namespace>urn:oneoffix.ategra.com</Namespace>
        <UserName>{username}</UserName>
        <Password>{password}</Password>
        <!--
        <WindowsUser>{WindowsServiceUser}</WindowsUser>
    	  -->
        <Title>KAI Addresses TEST</Title>
        <SearchParameters>
          <SearchParameter Name="companyName" Label="Firma" Type="String" />
          <SearchParameter Name="LastName" Label="Name" Type="String" />
          <SearchParameter Name="FirstName" Label="Vorname" Type="String" />
          <SearchParameter Name="Street" Label="Strasse" Type="String" />
          <SearchParameter Name="ZipCode" Label="PLZ" Type="String" />
          <SearchParameter Name="City" Label="Ort" Type="String" />
        </SearchParameters>
    </AddressProvider>
    
    Back to top | Deutsch | English PrimeSoft AG   I   Bahnhofstrasse 4   I   8360 Eschlikon   I   Switzerland   I   Privacy   I   Legal notice