Changes between Version 4 and Version 5 of Documentatie/Beheerder/Modules/Vecozo


Ignore:
Timestamp:
02/20/23 07:12:36 (3 years ago)
Author:
henk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentatie/Beheerder/Modules/Vecozo

    v4 v5  
    66 
    77= Vecozo-koppeling = 
     8 
     9{{{#!javascript 
     10"SBVZ": { 
     11  "OpvragenPersoonsgegevens": { 
     12        "Profiel": "test", 
     13        "Profielen": { 
     14          "test": { 
     15                "Endpoint": "https://raadplegen.sbv-z.nl/cibg.sbv.testtool.webservice.mrt21/opvragenpersoonsgegevens.asmx", 
     16                "Certificaat": { 
     17                  "CertificateFile": "C:/OpenACData/certificaten/sbvz-testcertificaat.pfx", 
     18                  "CertificatePassword": "wachtwoord", 
     19                  "Enabled": true 
     20                } 
     21          }, 
     22          "productie": { 
     23                "Endpoint": "https://webservice.sbv-z.nl/cibg.sbv.interface.xis.webservice.mrt21/opvragenpersoonsgegevens.asmx", 
     24                "Certificaat": { 
     25                  "CertificateFile": "D:/openac_data/sbvz-thuis/sbvz-productiecertificaat.pfx", 
     26                  "CertificatePassword": "wachtwoord", 
     27                  "Enabled": true 
     28                } 
     29          } 
     30        } 
     31  }, 
     32  "OpvragenVerifieren": { 
     33        "Profiel": "test", 
     34        "Profielen": { 
     35          "test": { 
     36                "Endpoint": "https://raadplegen.sbv-z.nl/cibg.sbv.testtool.webservice.mrt21/opvragenverifieren.asmx", 
     37                "Certificaat": { 
     38                  "CertificateFile": "C:/OpenACData/certificaten/sbvz-testcertificaat.pfx", 
     39                  "CertificatePassword": "wachtwoord", 
     40                  "Enabled": true 
     41                } 
     42          }, 
     43          "productie": { 
     44                "Endpoint": "https://webservice.sbv-z.nl/cibg.sbv.interface.xis.webservice.mrt21/opvragenverifieren.asmx", 
     45                "Certificaat": { 
     46                  "CertificateFile": "D:/openac_data/sbvz-thuis/sbvz-productiecertificaat.pfx", 
     47                  "CertificatePassword": "wachtwoord", 
     48                  "Enabled": true 
     49                } 
     50          } 
     51        } 
     52  }, 
     53  "ValideerWID": { 
     54        "Profiel": "test", 
     55        "Profielen": { 
     56          "test": { 
     57                "Endpoint": "https://raadplegen.sbv-z.nl/cibg.sbv.testtool.webservice.mrt21/widcontrole.asmx", 
     58                "Certificaat": { 
     59                  "CertificateFile": "C:/OpenACData/certificaten/sbvz-testcertificaat.pfx", 
     60                  "CertificatePassword": "wachtwoord", 
     61                  "Enabled": true 
     62                } 
     63          }, 
     64          "productie": { 
     65                "Endpoint": "https://webservice.sbv-z.nl/cibg.sbv.interface.xis.webservice.mrt21/widcontrole.asmx", 
     66                "Certificaat": { 
     67                  "CertificateFile": "D:/openac_data/sbvz-thuis/sbvz-productiecertificaat.pfx", 
     68                  "CertificatePassword": "wachtwoord", 
     69                  "Enabled": true 
     70                } 
     71          } 
     72        } 
     73  } 
     74}, 
     75 
     76}}} 
     77 
    878== OpenAC 3 == 
    979