Show us the WSDL...

On 3/22/06, Kahler, Jason J (US SSA) <[EMAIL PROTECTED]> wrote:

When I run wsdl2java on a certain wsdl file is generates code like this:


public class VectorType  extends double[]  implements
java.io.Serializable {
    private org.apache.axis.types.PositiveInteger dimension;  //
attribute

    public VectorType() {
    }

    // Simple Types must have a String constructor
    public VectorType(double[] _value) {
        super(_value);
    }

Is it even legal to extend double[] ?

And of course there is no Object constructor that takes a double[]. What
is going on here?


Thanks;
Jay Kahler


Reply via email to