I have a custom class, that has a method that I want to pass back a List or an Array (of strings).
It will compile ok, but when I try to create the service method - it is not listed - is there a best practice approach to returning arrays from exposed custom service methods?