I have an interface:

public interface Test{
   public String [] getList();
}

when using java2wsdl with document and literal style, the return type of getList is String, not String[] or ArrayOfString, or anything like that.

This is Axis 1.2 RC2

Reply via email to