Hi, I have a file on disk, and use the GetFile processor to retrieve it, then use the PostHTTP processor to send it out.
I need to test this flow, before I actually send the http POST to a specified URL. I have a test servlet that received the HTTP Post and reads that data of out the request object. But, when I change the PostHTTP to "Send As FlowFile" (per my requirement), it does not work since the PostHTTP does some prior validation steps to see what version of flowfile to use. Thus, my servlet does not work. So, I created a new flow with the ListenHTTP processor to receive the post request, but that does not accept an http POST. So, how can I test my flow of sending a file off disk, using an PostHTTP processor (per requirements)...?? Tkx, Jim
