cancel
Showing results for 
Search instead for 
Did you mean: 

Cloud Integration - How do I configure IFLOW where the Sender Adaptor is HTTPS?

beverely_parks2
Participant
0 Kudos

I have a project where a third party web service needs to validate a Vendor number from our ECC system. This Web Service uses JSON, so I'm using the Sender Adaptor of HTTPS. But when I deploy the IFLOW, the end point is not being generated. The actual wording is "There are no endpoints configured." But I do have request address populated with a valid value of /Validate_Vendor. Any advice is greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

johann_fischer
Explorer
0 Kudos

Hello Beverly,

you have to "create" the endpoint by yourself.

https://<IFLMAP_Address>;/http/<Address_Mentioned_In_Sender_Channel>

It should be something like this:

https://<Account_Short_Name>-iflmap.hcisbt.<Landscape_Host>;/http/<Address_Mentioned_In_Sender_Channel>

You can get the <ILFMAP_Address> from Eclipse.

Your URL would look like this:

https://xyz-iflmap.hcisbt.eu1.hana.ondemand.com/http/Validate_Vendor

Hope this helps you.

Regards,

Johann Fischer

beverely_parks2
Participant
0 Kudos

Thank you!!

Answers (1)

Answers (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Beverly,

It would be great if you can share the screenshot of the channel and tell us where you are getting the above error(with URL format which you are trying to hit fro postman or any http client).

Regards,

Sriprasad Shivaram Bhat

beverely_parks2
Participant
0 Kudos

Sriprasad,

I have been referencing a response that you made to another post concerning this same issue. Our trading partner is still unable to connect and are receiving the 404 error. We've tried:

https:// <ILFMAP_Address>:443/http/Validate_Vendor

Or should it be?

https:// <ILFMAP_Address>:443/http//Validate_Vendor