I am trying to return an object which has few Strings as well an another array of Strings (there's a reason for this, I promise). The trouble I'm having is that when I test my method with SoapUI, I only get the Strings; the array of Strings seems to be missing entirely. Any clue what I'm doing wrong? My class looks something like this...I am trying to return an object which has few S