Hi all,

I have a question regarding beanMapping and whether what I have found is a bug or expected behaviour.

I have two classes, both with get/set methods.
They are called A and B.  B is a subclass of A.

I have two services, S1 and S2.

S1 contains: "public A getA();"
S2 contains: "public A[] getA();"

Within the WSDL generated for S1, it defines the elements of A and B (identified from the get/set methods).
Within the WSDL generated for S2, it defines only the elements of A (identified from the get/set methods).


- Is this a bug?
- What should the expected behaviour be?

Regards,

--
Nige.

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




Reply via email to