Is it possible to run webservice based on SOAPpy with mod_wsgi under Apache? if yes can you post link to sample(example)?
Asked
Active
Viewed 228 times
1 Answers
1
No. SOAPpy has its own HTTP server based on BaseHTTPServer
which means that it is not possible to turn it into a WSGI app without a non-trivial amount of hacking.

Ignacio Vazquez-Abrams
- 776,304
- 153
- 1,341
- 1,358