... | ... | @@ -71,8 +71,12 @@ De DVS is beschikbaar gesteld via de iStandaarden repository als Docker image, e |
|
|
De Docker container kan worden opgehaald van de ZiN servers met het volgende commando:
|
|
|
|
|
|
```
|
|
|
docker pull registry.istandaarden.nl/modules/dvs:<versie> of …/dvs:latest
|
|
|
docker pull registry.istandaarden.nl/modules/dvs:<versie>
|
|
|
```
|
|
|
```
|
|
|
docker pull registry.istandaarden.nl/modules/dvs:latest
|
|
|
```
|
|
|
|
|
|
|
|
|

|
|
|
|
... | ... | @@ -81,8 +85,12 @@ docker pull registry.istandaarden.nl/modules/dvs:<versie> of …/dvs:latest |
|
|
|
|
|
De docker container kan gestart worden met het volgende commando:
|
|
|
```
|
|
|
docker run -itp 8080:8080 registry.istandaarden.nl/modules/dvs:<versie> of …/dvs:latest
|
|
|
docker run -itp 8080:8080 registry.istandaarden.nl/modules/dvs:<versie>
|
|
|
```
|
|
|
```
|
|
|
docker run -itp 8080:8080 registry.istandaarden.nl/modules/dvs:latest
|
|
|
```
|
|
|
|
|
|

|
|
|
|
|
|
Dit zal de container starten waarna de applicatie bereikt kan worden op poort 8080
|
... | ... | @@ -140,8 +148,8 @@ Endpoint: ``<host>:8080/validatie`` |
|
|
Method: ``POST``
|
|
|
|
|
|
Required Headers:
|
|
|
* Content-Type : application/x-www-form-urlencoded
|
|
|
* Content-Length : <content length>
|
|
|
* ``Content-Type : application/x-www-form-urlencoded``
|
|
|
* ``Content-Length : <content length>``
|
|
|
|
|
|
### Het genereren van een retourbericht ###
|
|
|
|
... | ... | @@ -166,9 +174,8 @@ Endpoint: ``<host>:8080/retour`` |
|
|
Method: ``POST``
|
|
|
|
|
|
Required Headers:
|
|
|
* Content-Type : application/x-www-form-urlencoded
|
|
|
* Content-Length : <content length>
|
|
|
|
|
|
* ``Content-Type : application/x-www-form-urlencoded``
|
|
|
* ``Content-Length : <content length>``
|
|
|
|
|
|
|
|
|
### Foutcodes ###
|
... | ... | |