Appservice call returns a list instead of Response object

0
Hi, I wonder how and why is this possible: in the attached image you have the model of the App Service at left. At right you can see that after the call, the Response object is actually a List. But it's not a list we can choose to iterate over. I'm expecting the SearchResultList to contain my 411 elements... https://www.dropbox.com/s/riruv194x1vyqq0/appservicecall.png?dl=0 Any insights are appreciated. Thanks!
asked
2 answers
2

Alas, this is a platform bug... It is due to the fact that the Response object has no attributes. As soon as I added a bogus attribute everything fell into place.

answered
0

ticket open : https://support.mendix.com/hc/requests/43705

answered