如何设置xml文档的信封属性?

时间:2019-05-28 22:28:09

标签: python web-services soap zeep

我正在生成一个XML以使用Web服务。结果是:

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
  <soap-env:Header>
    <ns0:AuthHeader xmlns:ns0="http://tempuri.org/">
      <ns0:login>test</ns0:login>
      <ns0:pwd>BpzgOaQ==</ns0:pwd>
      <ns0:Id_CodFacturacion>123456</ns0:Id_CodFacturacion>
     </ns0:AuthHeader>
   </soap-env:Header>

我需要更改以下网址:

xmlns: soap-env = "http://schemas.xmlsoap.org/soap/envelope/"

作者:

http://www.w3.org/2001/XMLSchema

如何在文档的基础上更改该属性?

0 个答案:

没有答案