Clarity of BeanMapping and Arrays
---------------------------------

         Key: AXIS-1937
         URL: http://issues.apache.org/jira/browse/AXIS-1937
     Project: Axis
        Type: Bug
  Components: Serialization/Deserialization  
    Versions: 1.2RC3    
 Environment: Windows XP & 2003, Tomcat 5.0.28, Apache 2.0.52, mod_jk 1.2.8
    Reporter: Nigel Jewell


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?  I have asked on axis-dev and got no response.
- What should the expected behaviour be? (it isn't consistent at present)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to