Getting XML from rest service into List problem
I've setup a REST service which gets the XML format and looks something like this:
"
"
I then generate an automatic response in the editor.
I add the datasource using the data tab and join the teams parameter to a list, and the teamName to where it says text.
On opening the page I've set an event that invokes the service but when I open the page on the test feature nothing comes up.
I've tested out the list and event when using the EPSN API service demo which all works fine.
Is it something to do with the XML format? or the fact that the variable names start with @teamName, @teamId...etc
Any help would be appreciated!