How can I get Axis to use the Java Collections classes? I see in
1.2.1's "What's in this release" section that it says "Automatic two-
way conversions between Java Collections and SOAP Arrays". I don't
see any details, though. How do I use this?
Specifically, I'm playing with GoogleSearch.wsdl. The
GoogleSearchResult class AXIS has getResultElements() and
setResultElements() methods that deal with plain Java arrays -
ResultElement[]. I'd prefer collections objects like List or (for
Java 1.5) List<ResultElement>.
Is this what this snippet is describing? If not, what does it mean?
And is there any way to do what I want?
Thanks,
Scott
--
Scott Lamb <http://www.slamb.org/>