Created on
11-18-2019
11:09 PM
- last edited on
11-19-2019
12:07 AM
by
VidyaSargur
I am trying to use PostHTTP processor with POST method using multiple URLs and trying to send body content also. Dataflow is shown as below in image. Is it possible do it and how?
Example: PostHTTP-> http://localhost:5000/sum and http://localhost:50001/average ->PublishMQTT
Here, I am using PostHTTP processor to call multiple URLs and then send the response to MQTT and failure to PutFile. I am using GetFile processor at the same time to send the body content to PostHTTP processor but it’s not the correct way because body content file are sent to PutFile from PostHTTP.