cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI and Event Mesh Connectivity

ranchhod
Explorer
0 Kudos
1,263

We wanted to make a connection between SAP CPI(Neo) and Event Mesh, where we wanted to initialize the flow via scheduler, we just wanted to run our flow connect to Event mesh at specific time but what we observed is if we have to put scheduler in flow then used the request reply and added AMQP adapter but it gives us the error stating that "not compatible" . then we thought of using the rest endpoint via http adapter to consume message from EM queue, but we are getting 401 error statating "HTTP method not found" but it working via postman.

Just wanted to know can we connect CPI and EM via REST or not and is there other way where we can use scheduler and AMQP adapter

Accepted Solutions (0)

Answers (1)

Answers (1)

andrewfloriano
Product and Topic Expert
Product and Topic Expert

Hello,

Yes, it's possible to connect SAP CPI and SAP Event Mesh using the REST Adapter, however, you must ensure that the correct authentication mechanism is used. The 401 error your experiencing suggests there may be a problem with your authentication or authorization credentials.

Please, see how to configure the AMQP adapter in the SAP Help for SAP Cloud Integration.

Kind Regards,

ranchhod
Explorer
0 Kudos
We are using the same authentication as we are using via postmen, cross checked the creds multiple times, but still getting same error. Also when we changed any character in URL we are getting same error in postman, so is there there different kind of encoding we have to do for url?
ranchhod
Explorer
0 Kudos
blog suggested by you is talking about the AMQP adapter, but is there anything we can look for REST protocol via CPI to EM?