Created 02-26-2018 07:40 AM
Hi All,
My Scenario is like this ListFTP->FetchSFTP->UpdateAttributes->GETFILE->InvokeHTTP (Upload file to OAUTH REST API).
I am getting a single file from FetchSFTP nad trying to upload the same via InvokeHTTP to a secured Rest API. Is this possible?
Thanks,
Sri
Created 02-26-2018 07:41 AM
Files are of type CSV and XML to be uploaded to REST API. I am using application/octet-stream for content type.
Created 02-26-2018 07:42 AM
Files are of type CSV and XML to be uploaded to Rest API. I am using application/octet-stream as content-type in request header section. I am able to post the same via Postman collection.
Created 02-26-2018 03:29 PM
Can somebody share views on the same...