[Soap-Python] Big file transfer with rpclib
Dieter Maurer
dieter at handshake.de
Thu Apr 19 19:41:54 CEST 2012
Vladimir Rutsky wrote at 2012-4-19 16:55 +0400:
> ...
>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.
An alternative would be to use a web application framework.
I know well Zope: it automatically maps HTTP requests to method calls.
But, other web application frameworks likely will support this also.
--
Dieter
More information about the Soap
mailing list