Re: [flexcoders] WSDL objects - Flex value objects

2010-02-04 Thread claudiu ursica
From: Nick Middleweek n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Thu, February 4, 2010 9:52:03 AM Subject: Re: [flexcoders] WSDL objects - Flex value objects This is super, I'll try this out today and seems it could save me some leg-work... Claudiu

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-04 Thread Nick Middleweek
Hi, Is there any article on how to use your method and does it work with nth-level nested data structures? It could be that your way is easier and saves recoding/ recreating classes?... Is there a benefit though to using Typed objects rather than untyped? Does your way use untyped? Or perhaps

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-04 Thread Nick Middleweek
-- *From:* Nick Middleweek n...@middleweek.co.uk *To:* flexcoders@yahoogroups.com *Sent:* Thu, February 4, 2010 10:21:59 AM *Subject:* Re: [flexcoders] WSDL objects - Flex value objects Hi, Is there any article on how to use your method and does it work with nth-level nested data structures

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-04 Thread Nick Middleweek
OK, super stuff... So I can use the automated Web Service - VO builder that Peeyush mentioned and then a one liner to convert the SOAP object to a typed VO Class... Nice and thanks for persevering with me! :) On 4 February 2010 20:41, claudiu ursica the_bran...@yahoo.com wrote: Yes you

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-03 Thread Nick Middleweek
Hey, thanks for the reply... I'm not sure how that helps though? Thanks On 2 February 2010 16:56, claudiu ursica the_bran...@yahoo.com wrote: Google for Object Translator custom class. C

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-03 Thread claudiu ursica
n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Wed, February 3, 2010 12:46:21 PM Subject: Re: [flexcoders] WSDL objects - Flex value objects Hey, thanks for the reply... I'm not sure how that helps though? Thanks On 2 February 2010 16:56, claudiu ursica the_braniak@ yahoo.com

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-03 Thread Peeyush Tuli
Why dont you use this? http://shardulbartwal.wordpress.com/2008/03/20/import-web-servicewsdl-wizard-in-flex-30/ its the easiest way to convert a wsdl to AS3 client stubs. On Tue, Feb 2, 2010 at 8:57 PM, Nick Middleweek n...@middleweek.co.ukwrote: Hello, Does anyone know of a way to

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-03 Thread Nick Middleweek
This is super, I'll try this out today and seems it could save me some leg-work... Claudiu, I'll check out the translator class as well. Cheers, Nick On 3 February 2010 15:40, Peeyush Tuli peeyus...@gmail.com wrote: Why dont you use this?

[flexcoders] WSDL objects - Flex value objects

2010-02-02 Thread Nick Middleweek
Hello, Does anyone know of a way to convert a WSDL document into a bunch of Flex Classes? I'm working on a project where the WDSL data structures are changing and it's a real pain to have to re-check what has changed and then re-code the classes and Interfaces... Thanks, Nick

Re: [flexcoders] WSDL objects - Flex value objects

2010-02-02 Thread claudiu ursica
Google for Object Translator custom class. C From: Nick Middleweek n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Tue, February 2, 2010 5:27:34 PM Subject: [flexcoders] WSDL objects - Flex value objects Hello, Does anyone know of a way