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
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to