Configuring HTTP POST request from Nifi

前端 未结 1 1335
慢半拍i
慢半拍i 2021-01-12 12:39

I am trying to access a WCF service from a REST client. I am sending a POST request from a REST client to a WCF service. For your reference, the detail is as follows.

相关标签:
1条回答
  • 2021-01-12 13:14

    InvokeHttp processor uses the content of the flow file as the body for tye request. You must have a processor before the invokeHttp that sets the content of your flow file, for example replaceText processor.

    Also dont forget to set the property ‘send message body’to ‘true’ in the invokeHttp processor

    0 讨论(0)
提交回复
热议问题