[flexcoders] Re: How to use WebServices in Flex 3?

2008-05-23 Thread JWOpitz
--- In flexcoders@yahoogroups.com, barry.beattie [EMAIL PROTECTED] wrote: Well I prefer not to mess with the generated code, for the maintenance sake. Robert dumb question time... how do you guys usually manage the generated code when the webserver target moves from, say,

[flexcoders] Re: How to use WebServices in Flex 3?

2008-05-23 Thread JWOpitz
forgot to give the link - http://code.google.com/p/appcorelib/ --- In flexcoders@yahoogroups.com, barry.beattie [EMAIL PROTECTED] wrote: Well I prefer not to mess with the generated code, for the maintenance sake. Robert dumb question time... how do you guys usually manage the

[flexcoders] Re: How to use WebServices in Flex 3?

2008-05-22 Thread barry.beattie
Well I prefer not to mess with the generated code, for the maintenance sake. Robert dumb question time... how do you guys usually manage the generated code when the webserver target moves from, say, development to a production environment and the soap address changes? (since part of the

[flexcoders] Re: How to use WebServices in Flex 3?

2008-05-21 Thread Robert Csiki
FlexBuilder3 generates ActionScript code for you for both service and data model. The service class has a header with comments on how to utilize it. Good luck! I've found this generated code as being pretty buggy for complex web services, but if you're using simple ones, you might be luckier than

[flexcoders] Re: How to use WebServices in Flex 3?

2008-05-21 Thread flexawesome
Thanks for sharing the information. What about creating webservice by using own as code or mx:WebService. code in mxml file? any tutorials? Cheers --- In flexcoders@yahoogroups.com, Robert Csiki [EMAIL PROTECTED] wrote: FlexBuilder3 generates ActionScript code for you for both service

[flexcoders] Re: How to use WebServices in Flex 3?

2008-05-21 Thread Robert Csiki
Sure, the FlexBuilder3's Help site contains plenty of information. It's also available online: http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_3.ht\ ml http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_3.h\ tml Robert --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Re: How to use WebServices in Flex 3?

2008-05-21 Thread Douglas Knudsen
buggy really? So far I've only used it once with a fairly complex set of .NET WS apis and it worked fine. With a quick tweak to a base file, you can tie it into a Cairngorm delgate class and bamm. DK On Wed, May 21, 2008 at 10:10 AM, Robert Csiki [EMAIL PROTECTED] wrote: FlexBuilder3

[flexcoders] Re: How to use WebServices in Flex 3?

2008-05-21 Thread Robert Csiki
Well I prefer not to mess with the generated code, for the maintenance sake. Robert --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: buggy really? So far I've only used it once with a fairly complex set of .NET WS apis and it worked fine. With a quick tweak to a

RE: [flexcoders] Re: How to use WebServices in Flex 3?

2008-05-21 Thread Tracy Spratt
works just fine. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Csiki Sent: Wednesday, May 21, 2008 10:35 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to use WebServices in Flex 3? Sure, the FlexBuilder3