Hello to all,
I am using SOAPpy for a basic webservice.
I need it to serve the wsdl file or more in general, to have the ability to serve pages AND the webservice itself, so I was looking inside the code.
Normally there is a do_GET handler for the Soap Webserver of soappy, but however it is not working. When I do access the service from a simple browser, without posting anything, just to view how it asks for the WSDL file locally, I am getting this error:

Error response

Error code 501.

Message: Unsupported method ('GET').

Error code explanation: 501 = Server does not support this operation.

Is there a bug maybe on the publication of the do_GET stuff of the request handler ? Is there a way to serve pages or at least return some kind of data from a simple GET on the webservice ?

Thank you, and have a nice day.