Basically you can do the same as with a single object. You use the XML-to-Domain mapping to map 1 object type from the list to an entity. The mapper will do the rest. Whether you have 1 object or x objects the mapper will be called for each object in your list.
Hi Pieter,
I indeed try to do the same as with one single object. In the case of a single object I create a new object before the "Call Web service"and I can use this new created object as the mapping parameter in "Call Web Service.
The problem with the list is exactly this "mapping parameter" in the "Call Web Service". It is not possible to enter a mapping parameter and therefore I do not have the argument in the "Microflow to Obtain Object".