I have been playing with
ODI 12.2.1: Integrating RESTful Services
ODI 12.2.1: REST (0 Bytes)
which works totally fine trying to call some external api to get json back and saved it into a file.
I am wondering if I can use the same setup to call an external aws s3 signed url which returns a zipped file. The url is approx 400 characters long, I get this stalled error, so I want to make sure if it's possible to to use the restful service to download a zip file. If it's possible then I will see what else I can find out that's making it stale, if it's not possible then I know I am doing it wrong.