Member since
08-01-2017
6
Posts
0
Kudos Received
0
Solutions
02-26-2018
03:29 PM
Can somebody share views on the same...
... View more
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.
... View more
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.
... View more
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
... View more
08-10-2017
07:32 AM
Thanks Bryan for answering..implementing the same approach..let me come back to you if I face any issues.
... View more
08-09-2017
03:42 PM
I have a soap request coming into Nifi. This xml needs to be send to two API endpoints via Invokehttp processor. Only if both response from both InvokeHttp processors is 200 then I need to send "SUCCESS" to sender otherwise "FAILURE". My question here is how can I wait for InvokeHTTP processor to send response from another INVOKEHTTP processor. I am on Nifi-1.1.1. I checked with mergecontent, it is not working properly.
... View more