Am trying to map the response to a Marketo field but not having any luck.
If my webservice returns:
<?xml version="1.0" encoding="UTF-8"?>
<string ><Results>
<Table> <ProductCode>45321</ProductCode> <StoreCode>5044</StoreCode> </Table>
<Table> <ProductCode>45321</ProductCode> <StoreCode>5045</StoreCode> </Table>
</Results>
</string>
Is there a way to map elements from the first element of my table? How would i reference it in the UI?
Thanks