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 Saehoon Cheon <sa...@gmail.com> on 2006/07/31 08:11:26 UTC

incompatible types error

I've tested Java2WSDL.
The service includes the vector array(Vector[]). But it causes the
incompatible type error even if it works fine with "javac" command.
The Code looks like, "Vector[] marginVArr = init.getMaxDistance();"
In this case, how can I find the problem?