This microservice accepts SOAP/XML requests from BuitenBeter and translates them to the corresponding Signalen API calls.
Install the prerequisites with:
pip3 install -r requirements.txt
Then run a watch server with:
FLASK_APP=server FLASK_ENV=development flask run