Hi.
I have created a generic service I want to contain reusable endpoints.
The endpoint I am calling is supposed to return 3 different runtime objects with cardinality one.
I am calling this service endpoint from a different service, and only 1 of the 3 objects actually gets read into the runtime data sources in the calling service, and it seems random which object is read.
I can change which object by removing all mappings and re adding them in a different order.
When I debug the generic service standalone, It works perfectly and the data I expect is present and returned.