Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

WebServices passing complex Objects

Avatar

Level 2
Hi I'm producing a Student System that stores all student
details,

the Web Service has been produced and I'm producing a
Interface for it.



I can sucessfully Load the Student profile which is a complex
Object,

but I'm unable to pass it back without getting an error.



Could anyone plases supply or point to an example for loading
and saving a complex object.



Due to security I not really able to post any URL's or code.

2 Replies

Avatar

Level 2
This article walks you through some of the basics and talks
about setup complet data type declarations




http://www.adobe.com/devnet/flex/articles/complex_data_04.html

Avatar

Level 2
Hi Bill



Thanks for your reply, the WSDL I was using is written in
Doc-literal and found this other tutorial.




http://www-128.ibm.com/developerworks/webservices/library/ws-macroflex/



With this I managed to Solve the problem. Thanks.