cancel
Showing results for 
Search instead for 
Did you mean: 

RESTFul service call from SAP to HCI

0 Kudos

Hi everyone,

We have a scenario where we would like to call a REST service (JSON format) via our SAP HCI tenant. Is it possible to expose REST services using HCI? I'm guessing this might be done using the sender HTTPS adapter (given that HCI currently doesn't have a REST adapter)? How do we specify the parameters required in the URL?

Accepted Solutions (0)

Answers (1)

Answers (1)

markbernabe
Active Participant
0 Kudos

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