[Soap-Python] Big file transfer with rpclib

Burak Arslan burak.arslan at arskom.com.tr
Thu Apr 19 15:05:01 CEST 2012


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


More information about the Soap mailing list