Hi,

 

I am having some problem with Webservice with Flex2.  I have webservice running on Sun AppServer which returns complex datatype that include the array of objects for example string array.  Here is just sample object that webservice is trying to return:

 

Class MenuItem {

            Int menuId;

            String menuName;

            String[] subMenus;

}

 

When I try to get that data structure from the flex side, I can see that flex see subMenus as String array.  But it never got the content right.  It is always empty.  It forms recursive datastructure.  Other than that arraytype object, everything is fine.

 

Do any of you have some experience like that?  If it is worth, the webservice I am using is docliteral with strict from the server side.

 

Thanks in advance,

Myo

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to