vote up 0 vote down star
1

Dear Friends,

I want to communicate using flex client with GAE, I am able to communicate using XMl from GAE to FLex but how should I post from flex3 to python code present on App Engine.

Can anyone give me a hint about how to send login information from Flex to python Any ideas suggest me some examples.....please provide me some help

Regards, Radhika

flag

3 Answers

vote up 1 vote down

I've been able to use flex on GAE using the examples found at The GAE SWF Project which uses PyAMF.

link|flag
Thanks do you have any worked out example for that.....atleast posting some information and accessing it in python – sai May 13 at 16:46
vote up 0 vote down

Do a HTTP post from Flex to your AppEngine app using the URLRequest class.

link|flag
vote up 0 vote down

Your question is somewhat vague, but this FAQ entry might be a good start.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.