Hi Stefan
Did you try this one which is a POST
/transformations/commands/transactdata/< repository >/< workspace >
The API doc example is limited in size but I think the API itself does not have this limit.
Hi Ken, I tried that, but the error message says POST is not supported on FME Server 2013 SP3 Build 13528 Win32.
Request:
POST /fmerest/transformations/commands/transactdata/<repository>/<workspace>.fmw.json?token=<token> HTTP/1.1
Reponse:
{ "serviceResponse": { "requestURI:"/fmerest/transformations/commands/transactdata/<repository>/<workspace>.fmw", "token": "", "statusInfo": { "message": "POST request is not supported." } } }
I also tried the REST interface v2 on FME Server 2014, no luck: POST request is not supported.
As a workaround, I use fmejobsubmitter and append query param opt_responseformat=json to get a json response which I can then further process in my client.
POST /fmejobsubmitter/<repository>/<workspace>?opt_responseformat=json