Changes between Version 10 and Version 11 of Documentatie/Ontwikkelaar/OpenAC3/NOAH


Ignore:
Timestamp:
09/28/21 09:01:11 (5 years ago)
Author:
henk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentatie/Ontwikkelaar/OpenAC3/NOAH

    v10 v11  
    3232 
    3333 - Volgende configuratie variabelen instellen: - !BackEndWebServiceName, dat is de naam van de server waarop de OpenAC3 server draait. Name,  dat is een vrij te kiezen naam voor WSI-setup. !NoahSiteIdentification, hier de servernaam invullen waarop de Noah-server is geïnstalleerd. !NoahWebServiceId, je kunt hier het IP-adres invullen als de Noah-webservice op een andere IP moet draaien. !NoahWebServicePort, poortnummer voor Noah-webservice. 
     34 - Noah moet weten naar welke http-poort OpenAC luistert. Hiertoe moet het configuratiebestand {{{ProgramData\HIMSA\Noah\ConfigFiles\NoahWebIntegration.dll.config}}} worden aangepast. Aan het eind van dit configuratiebestand staat een endpoint configuratie met een adres eindigend op {{{/NoahBSOtherEnd}}}. De standaardwaarde is {{{http://localhost:8001/NoahBSOtherEnd}}}. Verander hier {{{8001}} in de poort waarnaar OpenAC luistert volgens onderstaand voorbeeld. Standaard is dat poort {{{5000}}} 
     35{{{#!xml 
     36        <client> 
     37            <endpoint address="http://localhost:5000/NoahBSOtherEnd" binding="basicHttpBinding" 
     38                bindingConfiguration="BasicHttpBinding_INoahBusinessIntegrationWebOtherSideInterface" 
     39                contract="NoahBusinessSystemSide.INoahBusinessIntegrationWebOtherSideInterface" 
     40                name="BasicHttpBinding_INoahBusinessIntegrationWebOtherSideInterface" /> 
     41        </client> 
     42}}} 
    3443 - Herstart het systeem (of herstart de Noah windows services). 
    3544