Hi Experts,
My source structure is like this
Producer
-Interface (Cardinality 0..unbounded)
---Interfacename (Cardinality 0..1)
-Appointment (Cardinality 0..unbounded)
---Appointmentname (Cardinality 0..1)
Issue is my sender sometimes missing Interface node and sending Appointment Node only.
In xsd structure Interface cardinality is 0..unbounded.
My requirement is when sender misses Interface and sends Appointment Node only, then I should add Interface structure with default values and load the Appointments.
I tried ABAP mapping, but it is replacing the first Interface node encountered. Please let me know your thoughts. Thank you.