views:

854

answers:

3

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

A: 

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

A: 

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

Hank Gay
+1  A: 

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

Brandon
Thanks do you have any worked out example for that.....atleast posting some information and accessing it in python
sai