Skip to Content
0
Sep 06, 2023 at 12:06 PM

Calling REST service from ECC via CPI

148 Views

Hi,

We have an ECC back-end system with CPI connected as middleware.

I need to call a REST service from ECC using CPI. Earlier I used PI/PO but I am new to CPI.

We can't use SCC as CPI is on the Neo environment.

I am planning to use the endpoint URL of CPI to send HTTPS messages from ECC. Do I need to create a logical port for each endpoint? There are many REST services that I need to call.

Is there any better way to push data from ECC to CPI