cancel
Showing results for 
Search instead for 
Did you mean: 

How to include multiple Request Reply in one iflow of SAP HCI

Former Member
0 Kudos

Hi Team,

We are developing a scenario in HCI defined below.

C4C send user creds which is sent to 3rd party application to get the security token back to C4C. In the same session, a new method is called to send postal code data along with security token to 3rd party which will return the postal address and is sent back to C4C.

C4C-->HCI-->3rd party-->HCI-->C4C-->HCI-->3rd party-->HCI-->C4C

we are able to get response from first call (Security token is sent back) however we are stuck on how to proceed further as second method call is failing. Any suggestions will be good.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Neeraj,

Could you please share what error you are getting,it might help community members to provide more relevant answers to your question.

Regards,

Sriprasad Shivaram Bhat

Former Member
0 Kudos

Hi Srirama,

I have to put 3 synchronous calls in one interface.

1- HCI to 3rd party application to get the security code

2- HCI to C4C to send security code and get Postal code

3- HCI to 3rd party application to send postal code get the postal address data

With just one request reply it never asks for return endpoint but when I put 3 request reply it is asking for end points but in C4C we only have one outbound communication arrangement..

Any suggestions?