我在Django应用程序中使用spyne,并且发布的WSDL返回以下信息。我想覆盖/更改URL和端口,因为它显示了本地主机信息。有什么想法吗?
<wsdl:service name="testService">
<wsdl:port name="testQueryServiceSoapBinding" binding="tns:testQueryServiceSoapBinding">
<wsdlsoap11:address location="http://192.168.1.1:8787/test/soap"/>
</wsdl:port>
</wsdl:service>