the web2py in trunk now works with AMF3. Use the decorator

@service.amfrpc3('yournamespace')
def yourfunction(....): ....


def call(): return service()

call it with

http://.../app/default/call/amfrpc3

Let me know if it works or does not work for you. I have not tried it
yet.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to