如何为UTF-8编码设置soap标头Suds Jurko Python

时间:2017-06-08 16:31:27

标签: python soap client suds

我使用client.factory.create

创建自己的工厂xml元素

我之前使用Attribute和Element设置了标题,然后使用client.set_options。

但我有一个空字符串的问题,因为他们不解析我收到错误:

   raise exception
xml.sax._exceptions.SAXParseException: <unknown>:28:64: not well-formed (invalid token)

我用google搜索,似乎我需要将内容类型添加到标题中。请有人告诉我如何使用:

request_header.append

1 个答案:

答案 0 :(得分:0)

结果应如下所示:

<?xml version="1.0" encoding="utf-8"?>
你能从那里算出来吗?