标签: python spyne
我对spyne项目使用SOAP。它完美地运作。但是,如果我想接收大文件,我会在spyne中看到此错误:
spyne
SOAP
internal error: Huge input lookup
此错误来自lxml库。要修复它,我必须在huge_tree类构造函数中更改XmlDocument属性。但我无法理解如何spyne使用lxml库。
lxml
huge_tree
XmlDocument
答案 0 :(得分:1)
将huge_tree=True传递给XmlDocument(或Soap11)构造函数。
huge_tree=True