I'm working with the latest (as of today) cvsa build of axis 1.1 rc2. The method I have exposed returns a fairly complex javabean object. The object is comprised mainly of javabean value objects with some ArrayLists of these value objects.
The Java2Wsdl defines the ArrayList in the Wsdl type section, but never gets the the objects contained by the ArrayList. This kind of makes sense, since ArrayList contain java.lang.Objects, but there must be SOME way to tell the Java2Wsdl utility the types contined by the collection classes. Any ideas? Bill Pfeiffer
