Home > Blockchain >  Eximee - how to export an artifact from Eximee repository?
Eximee - how to export an artifact from Eximee repository?

Time:03-04

how to export an artifact from Eximee repository in a specific version 2.11?

this way doesn't work: curl -H "Accept: application/xml" -H "Content-Type: application/xml" --fail --user eximee -X GET http://eximee-repository:8080/repository/migration/form_name/2/11/export -o form_name.artifact && echo "OK"

CodePudding user response:

One way is to use legacy stand-alone eximee Designer and choose "Export artifact" from context menu: artifact context menu

CodePudding user response:

Your url is incorrect http://eximee-repository:8080/repository/migration/form_name/2.11/export

  • Related