-
We are trying to use the CVS validation functionality included in the eForms Notice Editor Demo application but it gives us the following error:
What is the correct way to test this functionality? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You have this message: https://docs.ted.europa.eu/api/index.html See editor demo
When running the editor demo from command line you have to pass the parameter: Something like this: Another thing to know is that until SDK 1.6.0 (soon) is released the validation will fail as the XML tags will have a wrong sort order. The code to fix this is already in place but it requires a special SDK |
Beta Was this translation helpful? Give feedback.
You have this message:
CVS POST response error: reason=, status=403
You need to create a key for CVS usage, see:
https://docs.ted.europa.eu/api/index.html
https://docs.ted.europa.eu/api/endpoints/cvs-ted-europa-eu.html
See editor demo
application.yaml
for guidance:When running the editor demo from command line you have to pass the parameter:
... jar ... -Dclient.cvs.apiKey=ENVIRONMENT_VARIABLE_VALUE_HERE
Something like this:
java -jar \ -Dclient.cvs.apiKey=${CVS_API_KEY…