On Sun, Nov 17, 2013 at 10:13 AM, madusanka <[email protected]>wrote:
> Hi, > > I want to know how to send an array in Wink. I know using JSON, I can send. > But I want to know how to do it with XML? > > Thanks !!! > > In order to send an array of items in XML you need to encapsulate it under a wrapper object (e.g. Order has a list of items, instead of just a list of items). -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
