On 08/24/12 19:34, Burak Arslan wrote:
Hello Alex,

On 08/24/12 19:11, Alex Railean wrote:
My Spyne-powered server is generating a WSDL schema that reveals my
server's address, yet I prefer that a domain name is used instead.

https://github.com/arskom/spyne/blob/26c565589f8b3d8da6c98eeb24f80467f0de5e7c/spyne/server/wsgi.py#L166


minor fix:

wsgi_app = WsgiApplication(...)
from spyne.interface.wsdl import Wsdl11
wsdl = Wsdl11(wsgi_app.app.interface)
wsdl.build_interface_document("http://my_awesome_domain.name/";)
wsgi_app._wsdl = wsdl.get_interface_document()


burak
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to