Page 1 of 3

XML/JSON Array problem since new builder version

Posted: Mon Jun 01, 2015 11:45 am
by Timo Sehrbruch

Hey there,

i just encountered a major problem with the new builder. In the "old" version you could just check a checkbox for xml files saying "its an array".

since this function is missing, and the builder itself detects what is an array, it is not working..

This is my example XML:
code

<?xml version="1&#46;0" encoding="ISO-8859-1"?>
<froot>
<wrapper>
<farray>
<fhersteller>BRAND</fhersteller>
<fname>Article A</fname>
</farray>
<farray>
<fhersteller>BRAND</fhersteller>
<fname>Article B</fname>
</farray>
<farray>
<fhersteller>BRAND</fhersteller>
<fname>Article C</fname>
</farray>
</wrapper>
</froot>

/code

This is what it looks like in the builder, after creating a response.

Image

Then, as usual, I got the mapping done (just as simple here, to add "i" items)

Image

But when I test, just nothing happens.

With the same example and the old builder, everything works fine.

Any ideas?

Thank you!


XML/JSON Array problem since new builder version

Posted: Tue Jun 02, 2015 1:32 pm
by Timo Sehrbruch

nobody here to help with? Pretty awful situation that the array seems to have a bug as the whole app is not working then. :(


XML/JSON Array problem since new builder version

Posted: Wed Jun 03, 2015 7:16 am
by Evgene Karachevtsev

Hello Timo,

We are working on it.
I will let you know when have more information from developers team.


XML/JSON Array problem since new builder version

Posted: Wed Jun 03, 2015 12:32 pm
by Timo Sehrbruch

thank you. would be great if a fix is soon available!


XML/JSON Array problem since new builder version

Posted: Wed Jun 03, 2015 4:49 pm
by Serhii Kulibaba

Hello Timo,

You use incorrect mapping. Please look this mapping example:
http://prntscr.com/7cp7m0

The result is: http://prntscr.com/7cp86d


XML/JSON Array problem since new builder version

Posted: Wed Jun 03, 2015 7:43 pm
by Timo Sehrbruch

Hello Sergiy,

that is what I did..

Here with the real data, not with the example:
Image

"felge" on the right is a Grid.

It makes no difference neither I use example data or real data. Its always empty..


XML/JSON Array problem since new builder version

Posted: Wed Jun 03, 2015 7:50 pm
by Timo Sehrbruch

EDIT: Here again with my self provided test data:

Mapping:
Image

Output returns nothing:
Image


XML/JSON Array problem since new builder version

Posted: Mon Jun 08, 2015 12:12 pm
by Timo Sehrbruch

Nothing new here? Would appreciate support, as I cant see the problem :(


XML/JSON Array problem since new builder version

Posted: Mon Jun 08, 2015 1:19 pm
by Serhii Kulibaba

Timo, please provide us with a public app link (http://devcenter.appery.io/documentat...) and steps to reproduce. We will check it


XML/JSON Array problem since new builder version

Posted: Mon Aug 10, 2015 12:42 pm
by Timo Sehrbruch

sorry for the late response, the problem still consists.

public app link:
http://appery.io/app/mobile-frame?src...

steps are: launch the app and click on "Felgenkonfigurator". As you see, the grid at the bottom should be filled with wheels, but is blank for no reason.