Skip to Content
0
Jun 29, 2020 at 01:25 PM

ODATA sender to SOAP receiver

468 Views

Hi,

I am working on CPI. My requirement is to receive OData request, send it to SOAP web service as request, receive SOAP web service response and send it to another entity set of OData service.

I am receiving 1 request from SAP which is having around 100 employee data. The SOAP web service has limitation of receiving 1 employee data in the request at a time. So, I am splitting it in CPI by sending 1 employee in 1 request and sending to SOAP web service.

The issue is in SOAP response which is just returning status code as Success or Failure. There is no employee id or any other key which can help me to identify that the response received is for which employee.

How , CPI can ensure that request send for the particular employee gets correct response status from SOAP web service and updates in SAP.

Regards