Anyone know if it is easily possible to send **kwargs over PyAMF from NetConnection.call()? I would like it.
I have a simple python method that should be returned by Django/pyAMF but it\'s returning HTTP Status 500 instead (alt开发者_高级运维hough I do pass through the method with no error and the Grupo obje
I have two models in relation one-to-many: class Question(db.Model): questionText = db.StringProperty(multiline=False)
I\'ve set up a server listening on an SSL port. I am able to connect to it and with proper credentials I am able to access the services (echo service in the example below)
How to set up PyAMF Django gateway so it uses AMF3 instead of the开发者_运维技巧 default AMF0?By default PyAMF supports both AMF0 (NetConnection remoting) and AMF3 (Flex messaging) of which RemoteObje
I am currently migrating fro开发者_C百科m RubyAMF to PyAMF.In RubyAMF you can return a FaultObject deliberately like so: