Changes between Version 2 and Version 3 of ServerReleases/3.2024.0426


Ignore:
Timestamp:
04/26/24 15:28:06 (2 years ago)
Author:
henk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerReleases/3.2024.0426

    v2 v3  
    1111 
    1212== Testen facturatie == 
    13 *  
     13=== Switches === 
     14Zorg ervoor dat de volgende switches aan staan: 
     15 
     16[[Image(facturatieswitches.png, width=200)]]  
     17 
     18De eerste is optioneel en zorgt ervoor dat sent- en rcv-xml-bestanden worden aangemaakt tijdens het groeperen. De overige switches zijn verplicht bij het testen van de facturatie en zorgen ervoor dat het testcertificaat wordt gebruikt. 
     19 
     20=== Vecozo configuratie === 
     21Hieronder een voorbeeld Vecozo configuratie: 
     22 
     23{{{#!json 
     24"Vecozo": { 
     25  "ControleOpVerzekeringsgegevens": { 
     26    "Profiel": "test", 
     27    "Profielen": { 
     28      "test": { 
     29        "Endpoint": "https://tst-api.vecozo.nl/acc/cov/vz801802/v1/soap11", 
     30        "Certificaat": { 
     31          "CertificateFile": "D:/vecozo/vecozo_systeem_ww_finux.pfx", 
     32          "CertificatePassword": "wachtwoord", 
     33          "Enabled": true 
     34        } 
     35      }, 
     36      "productie": { 
     37        "Endpoint": "https://api.vecozo.nl/cov/vz801802/v1/soap11", 
     38        "Certificaat": { 
     39          "CertificateFile": "D:/vecozo/vecozo_systeem_ww_finux.pfx", 
     40          "CertificatePassword": "wachtwoord", 
     41          "Enabled": true 
     42        } 
     43      } 
     44    } 
     45  }, 
     46  "Declareren": { 
     47    "Profiel": "test", 
     48    "Profielen": { 
     49      "test": { 
     50        "Endpoint": "https://tst-api.vecozo.nl/acc/edp/indienen/declaratie/v1/soap11", 
     51        "Certificaat": { 
     52          "CertificateFile": "D:/vecozo/vecozo_systeem_ww_finux.pfx", 
     53          "CertificatePassword": "wachtwoord", 
     54          "Enabled": true 
     55        } 
     56      }, 
     57      "productie": { 
     58        "Endpoint": "https://api.vecozo.nl/edp/indienen/declaratie/v1/soap11", 
     59        "Certificaat": { 
     60          "CertificateFile": "D:/vecozo/vecozo_systeem_ww_finux.pfx", 
     61          "CertificatePassword": "wachtwoord", 
     62          "Enabled": true 
     63        } 
     64      } 
     65    } 
     66  }, 
     67  "Grouper": { 
     68    "Profiel": "test", 
     69    "Profielen": { 
     70      "test": { 
     71        "Endpoint": "https://tst-api.vecozo.nl/acc/grouper/grouperafleiden/v1/soap11", 
     72        "Certificaat": { 
     73          "CertificateFile": "D:/vecozo/vecozo_systeem_ww_finux.pfx", 
     74          "CertificatePassword": "wachtwoord", 
     75          "Enabled": true 
     76        } 
     77      }, 
     78      "productie": { 
     79        "Endpoint": "https://api.vecozo.nl/grouper/grouperafleiden/v1/soap11", 
     80        "Certificaat": { 
     81          "CertificateFile": "D:/vecozo/vecozo_systeem_ww_finux.pfx", 
     82          "CertificatePassword": "wachtwoord", 
     83          "Enabled": true 
     84        } 
     85      } 
     86    } 
     87  }, 
     88  "OHW": { 
     89  "Profiel": "test", 
     90  "Profielen": { 
     91      "productie": { 
     92          "Certificaat": { 
     93              "CertificateFile": "D:/vecozo/vecozo_systeem_ww_finux.pfx", 
     94              "CertificatePassword": "finux", 
     95              "Enabled": true 
     96          }, 
     97          "Endpoint": "https://api.vecozo.nl/berichtenservice/ontvangst/v3/soap12/mtom" 
     98      }, 
     99      "test": { 
     100          "Certificaat": { 
     101              "CertificateFile": "D:/vecozo/vecozo_systeem_ww_finux.pfx", 
     102              "CertificatePassword": "finux", 
     103              "Enabled": true 
     104          }, 
     105          "Endpoint": "https://tst-api.vecozo.nl/acc/berichtenservice/ontvangst/v3/soap12/mtom", 
     106          "EndpointACC_Soap11": "https://tst-api.vecozo.nl/acc/berichtenservice/ontvangst/v3/soap11", 
     107          "EndpointACC_Soap12": "https://tst-api.vecozo.nl/acc/berichtenservice/ontvangst/v3/soap12/mtom" 
     108      } 
     109    } 
     110  } 
     111}, 
     112 
     113}}} 
     114 
     115Het is belangrijk dat overal het geselecteerde profiel op "test" staat en dat de endpoints in de testprofielen allemaal verwijzen naar tst-api.vecozo.nl en niet naar api.vecozo.nl. Voordat je een testcertificaat aanvraagt is het verstandig om te kijken of het productiecertificaat ook werkt voor de testomgeving. 
     116 
    14117 
    15118== Bugfix ==