Hmmm, again your answer makes sense for a grid but I do not want to display a grid. As a matter of fact I do not want to map directly to a page, I want to map it to my Model. Basically here is what I want to do step-by-step: I defined a model like this: https://d2r1vs3d9006ap.cloudfront.net/s3_image...
Evgene, sorry that is not what I was asking, you described a simple 1:1 mapping use case. My JSON has an array of objects returned and I need to map a specific array item to a storage variable. "ns1:Attribute" is an array with objects that have identical structure like this: "ns1:Attr...
Yurii,
that makes sense however there is no option for me to choose base64image as a type in the storage???
Here is what I see as options, please advise how to get base64image type:
In my app I make a call to web service and get JSON as a response. The structure of the JSON is following: { "ns1:AuthenticateResponse": { "@xmlns:ns1": "authentication:xsd:1", "ns1:Serial": "0012345.110000.101", "ns1:Status": "Product...
Yurii, thank you for your swift response. I think I was a bit unclear in my question prerequisites... I already completed the response structure and the mapping on successful web service call, where I am stuck is: a) storage only allows me to choose between the string, number and boolean type and I ...
Hi, I am invoking a web service which returns JSON and one one of the objects is a base64 encoded image. I want to map this returned value to the variable which I will then use later on the page to display the image. How would I go about doing this? Here is a sample of what gets returned from the we...