Provide support for complex type arrays.
----------------------------------------

                 Key: AXIS2-5066
                 URL: https://issues.apache.org/jira/browse/AXIS2-5066
             Project: Axis2
          Issue Type: Improvement
          Components: adb
    Affects Versions: 1.6.0, 1.5.4
            Reporter: Muhammed Shariq
             Fix For: 1.7.0


An array with complex type objects cannot be invoked via webservice. Sample 
POJO service is as follows.

public class ArrayTest 
{ 
    public Object [] echoArray( Object [] array ) 
    { 
        return array; 
    } 
} 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to