For REST service, how do I setup response parameters for duplicate string names in a object?
Hi Saltwater,
Not sure i've understood you correctly.
Please make some screen shots and describe them to be clear.
Try this solution:
1 Add "success" JS event handler for this service.
2 Populate it with following code:
pre
var cloudcover = data.weather[0].hourly.cloudcover;
alert("cloudcover = " + cloudcover);
/pre
Also if you need to make some "mapping" by these iterated elements you should modify your response. You can do it with "generic security context". See details: http://devcenter.appery.io/documentat...
Regards.