I'm working on databinding now. In the webservice, there is a field called "Commodities". And the WSDL is like this: "Commodities" is an array, and one item corresponds to one element in the array, like com[0], com[1] and so on. in my PDF, I have a table, each row corresponds to one commodity. we ar...