In the current latest release, you can pass data in service call with another types also rather than array types. I have used ArrayList to send data in service call. did you get any errors when you try to pass data with that Node type?
On Mon, Aug 4, 2014 at 8:31 PM, Udara Liyanage <[email protected]> wrote: > Hi, > > I have a class similar to tree structure which I want to pass in a service > call. However AFAIK only array types can be passed in axis2 before 1.7. > Currently what am trying to do is convert this into a array type. > I hope this is a common issue people face. Is there a best practice to > achieve this? > > Class Node{ > Set<Node> nodes; > // some other attibutes > } > > -- > > Udara Liyanage > Software Engineer > WSO2, Inc.: http://wso2.com > lean. enterprise. middleware > > web: http://udaraliyanage.wordpress.com > phone: +94 71 443 6897 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Lakshman Udayakantha Software Engineer, WSO2 Mobile: *0711241005* *[email protected] <[email protected]>*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
