Joshua White Wed, 14 Mar 2007 19:18:01 -0800
All, The service I want to expose returns a java object which contains a java.util.List. Is there a way for me to handle this without having to convert my object to use an array instead of a List?
Thanks, Josh