cancel
Showing results for 
Search instead for 
Did you mean: 

ODATA v2 response not used for response

DLange
Participant
0 Kudos

Hi Community,

I have strange case that the response from an ODATA v2 adapter in iFlow is not used for the response to the initial HTTP call.

When I call this iFlow via Postman I will get back the result from the message mapping / payload before the OData call. For sure I am sending a valid request to the OData receiver and in trace mode I also can see the expected result.

Anyone an idea or maybe saw already similar behavior?

Thanks

Best regards

DL

View Entire Topic
AdityaMani
Participant
0 Kudos

Hi Dominik,

Can you try to create a response mapping after request reply or Content Modifier with body ${in.body}

Regards,
Aditya

DLange
Participant
0 Kudos

Hi adityamani-sap,

thanks for the hint. I see that the response will be sent back to sender but the structure is sorted in a different order. So thats the reason I thought that its not working.

Thanks again

Best regards

DL