Hi,
I have simple Invoke Rest Action, which should download a file (pdf).
I get this error:
Validation error: Invoke REST Web service - Request Url:
https://myhost.com/v1/dms-archive/v1/Kundenakt/documents/4711-abcd-1234/contents/0
Response Code:
Exceptions:
Total size must be greater than zero
* Same call in Postman downloads the file correct
* If I change the content type in the action from "binary" to json, I get correct response-code 200 and the binary as text in a multiline-field
Other REST-downloads (other endpoints) are working as expected.
Any ideas?