I kept getting errors in new projects that "Delivery is in doubt". Older projects using the exact same code would work. Then it got screwier. Code in old projects would start giving the same error.
I have multiple calls to different services and some would work and others wouldn't. Then suddenly, the ones that didn't work would start working and others that did work would stop. This was from one day to the next with no changes in code - One afternoon before going home it would have one set of errors; Return to work in the morning and other errors would show up. I finally just tried WebORB and all the errors went away. I have been happily using WebORB ever since. --- In flexcoders@yahoogroups.com, dnk <[EMAIL PROTECTED]> wrote: > > > Just curious what kind of issues you ran into, and how weborb solved them. > Could you reply to me off list, since this is going OT? > > Thanks! > > DNK > > > > On 08/10/08 8:39 AM, "valdhor" <[EMAIL PROTECTED]> wrote: > > > > > > > > > Instead of AMFPHP I would suggest looking into WebORB > > (http://www.themidnightcoders.com/weborb/php/). > > > > I started out with AMFPHP but ran into some problems. These all went > > away once I switched to WebORB. > > > > There are some great tutorials at the site (Just click on the Flex > > Integration tab). > > > > Also this thread may help you out: > > http://tech.groups.yahoo.com/group/flexcoders/message/126783 > > > > --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , > > "karthikeyan.sivanantham" > > <karthikeyan.sivanantham@> wrote: > >> > > >> > Hi guys, > >> > I'm a flex newbie and I'm trying to use amfphp with flex. Can > >> > someone suggest a good tutorial on flex and amfphp. I've gone through a > >> > few links but they just demonstrate a simple app, like a helloworld > >> > example where data is sent from the server(one way). one of the links > >> > I've referred is this > >> > > >> > http://blogs.adobe.com/mikepotter/Flex%20and%20PHP%20060221.pdf > >> > > >> > but even here, data is sent from the server and not to it. I wanna know > >> > how to send data to the server from the flex frontend using amfphp. > >> > > >> > One more question is that, when data is sent using amfphp, should the > >> > php code be always object oriented? > >> > > >> > Cheers, > >> > Karthik > >> > > > > > > > >