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 ...
Hi @CarlosRoggan,Thanks a lot for this great blog post!I carefully followed your blog but still was getting 401 error when connecting to AEM from CPI. I figured that when configuring an OAuth Profile in AEM the Issuer Identifier value should rather e...
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