On 04/19/2012 09:41 PM, Dieter Maurer wrote:
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.
Yes, since I doing now solution with plain HTTP, I decided to use Django
framework. It's a bit big and overcomplicated for such small task, but
it's well documented and has all that I need.
--
Dieter
--
Vladimir Rutsky
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap