| | 369 | |
| | 370 | |
| | 371 | ==== Configureren Vecozo diensten ==== |
| | 372 | M.i.v. build 2025.0507 kan de nieuwe Vecozo Berichtenservice gebruikt worden voor declareren. Het "OHW" hoofdstuk onder "Vecozo" dient daarvoor hernoemd te worden naar "Berichtenservice". |
| | 373 | |
| | 374 | {{{#!javascript |
| | 375 | "Vecozo": { |
| | 376 | "ControleOpVerzekeringsgegevens": { |
| | 377 | "Profiel": "test", |
| | 378 | "Profielen": { |
| | 379 | "productie": { |
| | 380 | "Certificaat": { |
| | 381 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 382 | "CertificatePassword": "********", |
| | 383 | "Enabled": true |
| | 384 | }, |
| | 385 | "Endpoint": "https://api.vecozo.nl/cov/vz801802/v1/soap11" |
| | 386 | }, |
| | 387 | "test": { |
| | 388 | "Certificaat": { |
| | 389 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 390 | "CertificatePassword": "********", |
| | 391 | "Enabled": true |
| | 392 | }, |
| | 393 | "Endpoint": "https://tst-api.vecozo.nl/acc/cov/vz801802/v1/soap11" |
| | 394 | } |
| | 395 | } |
| | 396 | }, |
| | 397 | "Declareren": { |
| | 398 | "Profiel": "test", |
| | 399 | "Profielen": { |
| | 400 | "productie": { |
| | 401 | "Certificaat": { |
| | 402 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 403 | "CertificatePassword": "********", |
| | 404 | "Enabled": true |
| | 405 | }, |
| | 406 | "Endpoint": "https://api.vecozo.nl/edp/indienen/declaratie/v1/soap11" |
| | 407 | }, |
| | 408 | "test": { |
| | 409 | "Certificaat": { |
| | 410 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 411 | "CertificatePassword": "********", |
| | 412 | "Enabled": true |
| | 413 | }, |
| | 414 | "Endpoint": "https://tst-api.vecozo.nl/acc/edp/indienen/declaratie/v1/soap11" |
| | 415 | } |
| | 416 | } |
| | 417 | }, |
| | 418 | "Grouper": { |
| | 419 | "Profiel": "test", |
| | 420 | "Profielen": { |
| | 421 | "productie": { |
| | 422 | "Certificaat": { |
| | 423 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 424 | "CertificatePassword": "********", |
| | 425 | "Enabled": true |
| | 426 | }, |
| | 427 | "Endpoint": "https://api.vecozo.nl/grouper/grouperafleiden/v1/soap11" |
| | 428 | }, |
| | 429 | "test": { |
| | 430 | "Certificaat": { |
| | 431 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 432 | "CertificatePassword": "********", |
| | 433 | "Enabled": true |
| | 434 | }, |
| | 435 | "Endpoint": "https://tst-api.vecozo.nl/tst/grouper/grouperafleiden/v1/soap11" |
| | 436 | } |
| | 437 | } |
| | 438 | }, |
| | 439 | "Berichtenservice": { |
| | 440 | "Profiel": "test", |
| | 441 | "Profielen": { |
| | 442 | "productie": { |
| | 443 | "Certificaat": { |
| | 444 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 445 | "CertificatePassword": "********", |
| | 446 | "Enabled": true |
| | 447 | }, |
| | 448 | "Endpoint": "https://api.vecozo.nl/berichtenservice/ontvangst/v3/soap12/mtom" |
| | 449 | }, |
| | 450 | "test": { |
| | 451 | "Certificaat": { |
| | 452 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 453 | "CertificatePassword": "********", |
| | 454 | "Enabled": true |
| | 455 | }, |
| | 456 | "Endpoint": "https://tst-api.vecozo.nl/acc/berichtenservice/ontvangst/v3/soap12/mtom" |
| | 457 | } |
| | 458 | } |
| | 459 | }, |
| | 460 | "Retourinformatie": { |
| | 461 | "Profiel": "test", |
| | 462 | "Profielen": { |
| | 463 | "productie": { |
| | 464 | "Certificaat": { |
| | 465 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 466 | "CertificatePassword": "********", |
| | 467 | "Enabled": true |
| | 468 | }, |
| | 469 | "Endpoint": "https://api.vecozo.nl/edp/downloaden/retourinformatie/v1/soap11" |
| | 470 | }, |
| | 471 | "test": { |
| | 472 | "Certificaat": { |
| | 473 | "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\vecozo_systeem.pfx", |
| | 474 | "CertificatePassword": "********", |
| | 475 | "Enabled": true |
| | 476 | }, |
| | 477 | "Endpoint": "https://tst-api.vecozo.nl/acc/edp/downloaden/retourinformatie/v1/soap11" |
| | 478 | } |
| | 479 | } |
| | 480 | } |
| | 481 | } |
| | 482 | }}} |
| | 483 | |
| | 484 | |
| | 485 | |