Response of web service with complex XML structure

0
Hello, In Mendix, I'm trying to consume a SharePoint web Service in a microflow. Everything looks right and I get no errors after triggering the call. But the configuration of the 'Imported web service' isn't right at all. I only get a response xml file and it looks like it's empty. There are no viewFields and when I retrieve items from this object, it's empty. Two questions: - How can I check if the response is empty? - How can I show the list with result-items, by a better configuration, so there will be results? This part of web services is invisible on google. Best regards, Theo de Groot
asked
2 answers
1

Did you create a xml to domain mapping to map the results from the webservice to your domain?

answered
0

Yes but the entities are empty, see attachalt text

answered