Anyone got any simple examples of how to create a Smart Object with a List method that returns an array of objects from a web service call?
After creating a service instance from the REST Service type I have gone into the SmartObjects testing tool and generated the smart object.
In the Workflow I created two steps. One was a reference to obtain the array, the 2nd was another reference to use the pass the array to a deserialise type array method.
I tried to loop through the 2nd reference but it does not look right.
Here is the reference that should create my list:
Getting data back from a webservice that isn't a list is fine. Just having trouble with lists...!