More on this, when using Java2Wsdl with document and literal style, and
also using it with rpc encoding on a same interface, any method that
returns an array of a bean class will have different signatures (between
doc/lit style and rpc/enc style).
For example:
public interface Test{
public My
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