Search code examples
pythonapachemod-wsgisoappy

Is it possible to run webservice based on SOAPpy with mod_wsgi under Apache?


Is it possible to run webservice based on SOAPpy with mod_wsgi under Apache? if yes can you post link to sample(example)?


Solution

  • 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.