XML/JSON Array problem since new builder version
Timo, please add proxy for your service: https://devcenter.appery.io/documenta...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Timo, please add proxy for your service: https://devcenter.appery.io/documenta...
working with external xml resource now, but not with echo mode..
I now cleaned up everything and started from blank. still not working with echo
what am I doing wrong?
The mapped Labels still remain with "Label" not using XML Data.
this is public app link:
http://appery.io/app/mobile-frame?src...
UPDATE: it really seems to be a problem with ECHO mode and ARRAY which can be reproduced.
I used this XML
code
<?xml version="1.0" encoding="ISO-8859-1"?>
<froot>
<knot>
<felge>
<fhersteller>
Artform
</fhersteller>
<fname>
AF-301 black
</fname>
<fbild>
files/views/assets/image/appdata/felgen/artform/af301black_front.png
</fbild>
<fbild2>
files/views/assets/image/appdata/felgen/artform/af301black_seite.png
</fbild2>
<fshop>
http://shop.xxx-performance.de/index.php/felgen/artform/artform-af301.html
</fshop>
</felge>
<felge>
<fhersteller>
Artform
</fhersteller>
<fname>
AF-301 black front polished
</fname>
<fbild>
files/views/assets/image/appdata/felgen/artform/af301polish_front.png
</fbild>
<fbild2>
files/views/assets/image/appdata/felgen/artform/af301polish_seite.png
</fbild2>
<fshop>
http://shop.xxx-performance.de/index.php/felgen/artform/artform-af301.html
</fshop>
</felge>
<felge>
<fhersteller>
Artform
</fhersteller>
<fname>
AF-302 gunmetal
</fname>
<fbild>
files/views/assets/image/appdata/felgen/artform/af302silver_front.png
</fbild>
<fbild2>
files/views/assets/image/appdata/felgen/artform/af302silver_seite.png
</fbild2>
<fshop>
http://shop.xxx-performance.de/index.php/felgen/artform/artform-af302.html
</fshop>
</felge>
</knot>
</froot>
/code
USING the array of "felge" (see screenshot, ex 1) it returns nothing. NOT using the array (same xml, just changed mapping) gives me the first entry of the xml. (ex 2)
how come that the array returns nothing? I dont see an error from my side here.
would pretty much appreciate urgent fix here. thank you
Timo, have you created response structure with echo mode data? Please press "Import as response" and try again.
Notice: you need recreate mappings after that
Hello Sergiy, i did, and remapped afterwards, didn't change a thing.
Although i get "Service response created successfully." message
I just tried something. Using the same datasource, I did the following (as shown in the screenshot).
I mapped the array to a grid, and the object to a label, this returns, as the last times, nothing (red).
BUT, just selecting the Object inside the array and mapping it to the header caption returns the first object (orange)