On 19/04/12 15:55, Vladimir Rutsky wrote:
If I use plain HTTP in a REST-like way I need to manually implement RPC functionality, like parse GET query arguments and translate them into my function call, wrap files for upload in POST request and so on. In both solutions (SOAP or REST-like HTTP) actual data will be transferred over HTTP.
rpclib supports rpc via HTTP, have a look at the HttpRpc protocol. The File object is supported and you can upload HUGE files using the werkzeug's wsgi server and the file objects. I can put up a sample code somewhere if you give me a few days.
best, burak _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
