Hallo Daniel,
using the rest-api for deployment could be a good solution for me. Unfortunately I can't get rid of it. May be you could give me a hint.
I'm using the Postman rest client to create and send my post request. That's what postman is generating for me:
POST /engine-rest/deployment/create HTTP/1.1
Host: localhost:8080
Content-Type: application/xml
Cache-Control: no-cache
----WebKitFormBoundaryE19zNvXGzXaLvS5C
Content-Disposition: form-data; name="deployment-name"
test-bestellprozess
----WebKitFormBoundaryE19zNvXGzXaLvS5C
Content-Disposition: form-data; name="data"; filename="test-bestellprozess.bpmn"
Content-Type:
----WebKitFormBoundaryE19zNvXGzXaLvS5C
I get the following response:
- Status Code: 405 Method Not Allowed
- Allow: HEAD, DELETE, GET, OPTIONS
- Content-Length: 0
- Date: Fri, 05 Jun 2015 17:33:02 GMT
- Server: Apache-Coyote/1.1
Do I have to configure camunda/tomcat to allow a post request on deployment/create?
Thank you for your help!
Greetings,
Iryna.