bb78520
Posts: 0
Joined: Sat Apr 12, 2014 7:30 pm

Mapping image from xml

How do I map an images with 2 properties from an XML feed?

Example:

image = iconImage
url = http://someurl.com/images/
icon = icon.png

Using the above I wish “iconImage” to display http://someurl.com/images/icon.png

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Mapping image from xml

Hello,

Please bind Service response root to the Image component, and add the following JS code:
pre

return value.url+value.icon;
/pre

Return to “Issues”