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 _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
