Hi, 
   I have a REST service that needs to be invoked with a  few input
parameters like filename and appName. I was able to call this REST service
from NiFi through 'InvokeHTTP' processor by sending the parameters as part
of the URL:
"http://<ip>:<port>/app/context?filename=<filename>&appName=<appName>

Now I need to use POST to do the same and send the parameters in the body
part. How do I achieve this?

METHOD: POST
URL: http://<ip>:<port>/app/context

Where do i send the parameters filename and appName?


Regards,
anup



--
View this message in context: 
http://apache-nifi-incubating-developer-list.39713.n7.nabble.com/Invoke-HTTP-POST-tp1290.html
Sent from the Apache NiFi (incubating) Developer List mailing list archive at 
Nabble.com.

Reply via email to