Hi all, i'm trying to build a js client for the activiti REST-API. Till now i can login and do all operations supported by the rest-api except the deployment of a process. As i read from the api, it's a normal form post…
I did an ajax POST (with correct Auth info) and the resulting exchange with the activiti rest service ends always in a 405 (method not allowed).
Anyone can point me in the right direction? Thankyou!