0

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

Andrey Koltsov
  • 1,956
  • 6
  • 24
  • 43

1 Answers1

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