Hi Naresh,
You can use the HTTPS adapter for Receiver if you want to consume a REST service and HTTP adapter for Sender if you want to expose a REST web service from HCI.
The endpoint URL format for HTTP sender is https://{tenant}-iflmap.hcisbt.us2.hana.ondemand.com/http/{address}
i.e. In your HTTP channel, you configure Address = /test/Naresh
Your iFlow can be consumed by calling the endpoint https://{tenant}-iflmap.hcisbt.us2.hana.ondemand.com/http/test/Naresh
Add comment