从SUDS发送的SOAP请求有' \ n'在xml标签中

时间:2016-03-09 11:05:30

标签: python-3.x soap soap-client suds

我正在使用SUDS来调用SOAP Web服务。当我看到SUDS发送的XML时,线路断开' \ n'字符被添加到xml标签。

我假设\ n在xml中没有问题。但有没有办法可以从SUDS生成的xml中删除\ n。

以下给出的样本:

<ns0:Body><ns1:getMemberEligibility><ns1:memberEligibilityRequest>\n                <clientId>1</clientId>\n                <ns7:customerId>732</ns7:customerId>\n                <ns7:firstName>PPP</ns7:firstName>\n                <ns7:groupExternalId>0001</ns7:groupExternalId>\n                <ns7:lastName>MMM</ns7:lastName>\n                <ns7:birthDate>1950-03-21</ns7:birthDate>\n                <ns7:memberId>19500123MMMPPP</ns7:memberId>\n                <ns7:relationship>\n                    <code>01</code>\n                </ns7:relationship>\n</ns1:memberEligibilityRequest></ns1:getMemberEligibility></ns0:Body>

0 个答案:

没有答案