Hi, I am trying to pass SqlAlchemy objects to client with XML RPC, but it seems that that's not very easy.
The reason why I have to do this is that my client is written in javascript and running on a web page. So it could not use anything other than text based protocols, such as XML RPC, SOAP, or JSON. I tried pyamf, and it works pretty good with SA, but I can't use amf with javascript. Is there any possible solutions with my problem? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
