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 Nigel Jewell <nj...@matrix-data.co.uk> on 2005/04/18 14:41:48 UTC

BeanMapping and Subclasses

Hi all,

I have a question regarding beanmapping, subclasses and arrays.

If I have:

    class A
    class B extends A
    beanmapping for A and B

The method:

    public A getA();

creates definitions for A and B in the WSDL - as required.

If I have a method:

    public A[] getA();

only definitions for A are created in the WSDL.

Am I missing something?

-- 
Nige.

URL: http://www.matrix-data.co.uk