Hello,
In my app I have a service that extracts data from a webpage that outputs that data in XML format. I also have a request that's called 'filteritem'. In this request I give what kind of brand should be retrieved and shown in the list. When I use the test mode in the service page, it works, the data is retrieved based on the requestitem. But, when I invoke the service on the page, the request is not used. I can bind the mapping from the request and I can see it in the 'data view' of the page, but the filter isn't applied. All the brands are shown.
Before the update (the update you guys did today) this worked fine, but now all of a sudden it doesn't work anymore and this is a major issue!
I've added a couple of screenshots for you to see the problem. As you can see, in the test view the request iitem does its work and only the selected brand is shown, but in the listview on the page different brands are shown and the filter isn't applied.
Thank you!