All fixed! Similar to Jasons problem this was a SOAP generation problem in Perl and the simple fact I wasnt doing it correctly.
for anyone else who is having problems using Perl you must make sure you correctly type all your output to match the WSDL file. Google API is an excellent resource to see how it should be done correctly. I will put up some example source files and documentation when I get time. Cheers, Tom On Mon, 14 Aug 2006 14:28:56 +0100, you wrote: >Hi all, This is my first post on the list so Ill say hi now and hope >you are all friendly :) > >Ive been going round for days on this one and have searched high and >low for an answer. I even looked under the bed but all I found was >smelly socks, so before I actually go mad could anyone shed some light >on this rather annoying problem with Flash 8 Pro. > >I have a SOAP server set up under mod_perl which delivers an array of >objects. > >To avoid reinventing the wheel I wanted Flash to decode the SOAP >response from the server. the result Im actually getting is an array >of XML Objects. > >I could parse these XML objects but then I might as well and decode >the entire response manually anyway. the overhead for getting flash >to decode the object has already been incurred so Id really like to >figure this out. > >Now while this might seem trivial I do want to return some rather more >complex objects so this has effetively stopped my development for now. > >I dont want to go down the path with flash Remoting at the minute but >for those who might suggest it I have considered it and may implement >it in the future. > >If anyone is getting Flash to fully decode Arrays of Objects or any >other remotely complex data structure could they please post their >SOAP response and reply for me to study so I can try and find out what >exactly is wrong. > >I have a few more questions to ask but for clarity Ill leave these for >another day. > >Im not sure if posting my SOAP reply would help at this point...I will >create a simple example and post it shortly. > >Id really appreciate some help here so Ill cross my fingers and hope >for the best. > >Cheers, >Tom >_______________________________________________ >[email protected] >To change your subscription options or search the archive: >http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > >Brought to you by Fig Leaf Software >Premier Authorized Adobe Consulting and Training >http://www.figleaf.com >http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

