Introduction
Cloud Integration capability of SAP Integration Suite ensures that only authorized client is able to call integration flow endpoint (see Setting Up Inbound HTTP Connections (Integration Flow Processing)). However, if you have multiple pa...
This blog post aims to provide you with a step-by-step tutorial on how to generate a client certificate (issued by SAP) and use it to trigger integration flow deployed on SAP Cloud Integration tenant in the Cloud Foundry environment. In this example ...
In this case, you should use Datastore, Variable or external database (via JDBC) to store the ID. Then you can trigger the process to pickup this ID and check the status of the job via Scheduler.
Hi @Nijith Can you share why you need to read messages from the queue every 15 minutes? When you have AMQP Sender subscribed to a queue, it reads the messages from the queue as soon as they are posted there and starts the iFlow. You don't need to imp...
Hi @Senthilkumar231 To learn more about Client Certificate Authentication please see Client Certificate Authentication (Inbound).Basically, you can think of a private key as a of a password that the sender needs to pass to get authenticated to a cert...
Hi @SG141 Please open the downloaded .edmx file and remove the first line: <?xml version="1.0" encoding="utf-16"?>Save the file and try to add modified .edmx file to the References of your iFlow once again.Kind regards,Daniil
Hi @Robin_Walther The way you've described it, it should work.This error can occur when you provide a wrong password, so please double-check that. Also please note that due to caching mechanisms in SAP Cloud Integration, it can take up to 1 hour unti...