I've got a simple Java class that has a member variable which is an array of very simple Java child classes. The child class just has two Strings inside. My question is what should I do to teach Axis that the object coming back contains an array of these other object types. I get an error saying that there's "No mapped schema type" for the nested object. I can't figure out how to tell the call that the return object will have these other guys inside.
Rick
