You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Joshua White <ge...@gmail.com> on 2007/03/15 04:17:38 UTC

[Axis 1.4.x] How to handle java.util.List typeMapping?

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