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?
