Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-22 Thread Tom Chiverton
On Monday 21 August 2006 12:54, Samuel D. Colak wrote: Is it thus by implication that FDS become some form of flash Hibernate ? There are people working on that right now :-) -- Tom Chiverton Helping to confidentially target second-generation systems

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-21 Thread Tom Chiverton
On Sunday 20 August 2006 16:55, Samuel D. Colak wrote: why - Its obvious that actionscript has taken a significant leap in development, so why is everyone here talking about a 3rd product (FDS) to do what you can really easily achieve under AS. There are some use cases, where what FDS gives

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-21 Thread Samuel D. Colak
Is it thus by implication that FDS become some form of flash Hibernate ? Because personally id like to know if that were the case. In terms of data-sync, this is not part of any webservice specification and as for poll-less server push - well that's just against the whole notion of webservices in

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-21 Thread ben.clinkinbeard
Samuel, I am not sure why you're comparing FDS and web services so closely. They are 2 different technologies meant to do 2 different things. That is, 2 different ways of getting data to your clients. As for your statement that web services are fully implemented in Flex, that is certainly not the

RE: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-21 Thread Franck de Bruijn
] On Behalf Of Samuel D. Colak Sent: Sunday, August 20, 2006 5:55 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService - What's wrong with this code? Importance: High Guys, flex's interoperability to webservices under Sun/IBM and Microsofts specification is complete - what

RE: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-20 Thread Seth Hodgson
, August 15, 2006 10:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: WebService - What's wrong with this code? Hold on VS buggy ?? My god, that¹s amazing news ­ there was I thinking for a moment that M$oft had got it right at least once - Œfraid to say im most

RE: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-20 Thread Franck de Bruijn
, Cheers, Franck -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Seth Hodgson Sent: Sunday, August 20, 2006 8:41 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService - What's wrong with this code? Hi Franck, Ben and Kaleb

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-20 Thread ben.clinkinbeard
20, 2006 8:41 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService - What's wrong with this code? Hi Franck, Ben and Kaleb, First a little back story: the current web service stack in Flex shares many similarities with Axis 1.X (some of the same folks authored both

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-18 Thread Samuel D. Colak
Title: Re: [flexcoders] Re: WebService - What's wrong with this code? Umm Franck what issues with webservices? On 15/8/06 20:00, Franck de Bruijn [EMAIL PROTECTED] wrote: Thats exactly what Ben is hammering at. Its too hard to get webservices up and running in a production-like

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-18 Thread ben.clinkinbeard
@yahoogroups.com Subject: Re: [flexcoders] Re: WebService - What's wrong with this code? Hold on VS buggy ?? My god, that¹s amazing news ­ there was I thinking for a moment that M$oft had got it right at least once - Œfraid to say im most disappointed ­ my world has surely shattered

RE: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-18 Thread Tom Lee
15, 2006 10:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: WebService - What's wrong with this code? Hold on VS buggy ?? My god, that¹s amazing news ­ there was I thinking for a moment that M$oft had got it right at least once - Œfraid to say im most

RE: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-18 Thread Franck de Bruijn
issues arise. Cheers, Franck -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Lee Sent: Friday, August 18, 2006 5:16 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService - What's wrong with this code? And my personal favorite

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-15 Thread sinatosk
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService - What's wrong with this code? For your second example, if you wrap the lines other than the import inside of a function it should work. HTH, Ben --- In flexcoders@yahoogroups.com, Tom Lee design@ wrote: I can't figure this out

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Re: WebService - What's wrong with this code? Hold on VS buggy ?? My god, thats amazing news there was I thinking for a moment that M$oft had got it right at least once - fraid to say im most disappointed my world has surely shattered frankly I would advise

RE: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-14 Thread Tom Lee
@yahoogroups.com Subject: [flexcoders] Re: WebService - What's wrong with this code? Does it compile for you without errors? Yep, this exact code works for me. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-12 Thread sinatosk
Message- From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of ben.clinkinbeard Sent: Friday, August 11, 2006 12:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService - What's wrong with this code? For your second example, if you wrap

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-11 Thread ben.clinkinbeard
For your second example, if you wrap the lines other than the import inside of a function it should work. HTH, Ben --- In flexcoders@yahoogroups.com, Tom Lee [EMAIL PROTECTED] wrote: I can't figure this out for the life of me - I'm following other people's examples, but still getting errors.

RE: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-11 Thread Tom Lee
@yahoogroups.com Subject: [flexcoders] Re: WebService - What's wrong with this code? For your second example, if you wrap the lines other than the import inside of a function it should work. HTH, Ben --- In flexcoders@yahoogroups.com, Tom Lee [EMAIL PROTECTED] wrote: I can't figure this out for the life

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-11 Thread ben.clinkinbeard
PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, August 11, 2006 12:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService - What's wrong with this code? For your second example, if you wrap the lines other than the import inside of a function it should work. HTH